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:
|
||||
workflow_dispatch:
|
||||
|
|
@ -28,10 +28,10 @@ jobs:
|
|||
|
||||
- uses: cardinalby/export-env-action@v1
|
||||
with:
|
||||
envFile: '.github_build/Build.alpine.env'
|
||||
export: 'true'
|
||||
expandWithJobEnv: 'true'
|
||||
expand: 'true'
|
||||
envFile: ".github_build/Build.alpine.env"
|
||||
export: "true"
|
||||
expandWithJobEnv: "true"
|
||||
expand: "true"
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
datarhei/base
|
||||
tags: |
|
||||
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
|
||||
uses: docker/setup-qemu-action@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue