ci(fix): build-args list type is actually a whitepsace delimited string list

This commit is contained in:
Brennan Kinney
2025-05-12 22:42:18 +12:00
committed by GitHub
parent 68c148dabe
commit 66a38e9a2e

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