Update base alpine dev workflow

This commit is contained in:
Ingo Oppermann 2024-02-19 15:01:11 +01:00
parent 3d0479dacb
commit 17cd1a6dab
No known key found for this signature in database
GPG key ID: 2AB32426E9DD229E

View file

@ -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