Skip to content

Commit 66a38e9

Browse files
authored
ci(fix): build-args list type is actually a whitepsace delimited string list
1 parent 68c148d commit 66a38e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
context: .
5757
file: Dockerfile.alpine
5858
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
59-
build-args:
60-
- GIT_BRANCH
59+
build-args: GIT_BRANCH
6160
cache-from: type=gha, scope=${{ github.workflow }}
6261
cache-to: type=gha, scope=${{ github.workflow }}
6362
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)