Merge pull request #2770 from polarathene/patch-3

ci(fix): Docker workflow `build-args` input should be a string
This commit is contained in:
Dirk Wetter
2025-05-12 13:44:47 +02:00
committed by GitHub

View File

@ -56,8 +56,7 @@ jobs:
context: .
file: Dockerfile.alpine
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
build-args:
- GIT_BRANCH
build-args: GIT_BRANCH
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
labels: ${{ steps.docker_meta.outputs.labels }}