Update base alpine dev workflow
This commit is contained in:
parent
3d0479dacb
commit
17cd1a6dab
1 changed files with 77 additions and 76 deletions
11
.github/workflows/build_base_alpine_dev.yaml
vendored
11
.github/workflows/build_base_alpine_dev.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: 'Build base:alpine-core:dev'
|
name: "Build base:alpine-core:dev"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
@ -28,10 +28,10 @@ jobs:
|
||||||
|
|
||||||
- uses: cardinalby/export-env-action@v1
|
- uses: cardinalby/export-env-action@v1
|
||||||
with:
|
with:
|
||||||
envFile: '.github_build/Build.alpine.env'
|
envFile: ".github_build/Build.alpine.env"
|
||||||
export: 'true'
|
export: "true"
|
||||||
expandWithJobEnv: 'true'
|
expandWithJobEnv: "true"
|
||||||
expand: 'true'
|
expand: "true"
|
||||||
|
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
|
@ -41,6 +41,7 @@ jobs:
|
||||||
datarhei/base
|
datarhei/base
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ env.OS_NAME }}-core-dev,enable=${{ matrix.branch == 'dev' }}
|
type=raw,value=${{ env.OS_NAME }}-core-dev,enable=${{ matrix.branch == 'dev' }}
|
||||||
|
type=raw,value=core-dev-${{ env.OS_NAME }}${{ env.OS_VERSION }},enable=${{ matrix.branch == 'dev' }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@master
|
uses: docker/setup-qemu-action@master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue