Skip to content

Commit afbbb0f

Browse files
authored
Merge pull request #2770 from polarathene/patch-3
ci(fix): Docker workflow `build-args` input should be a string
2 parents 68c148d + 66a38e9 commit afbbb0f

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)