Skip to content

Commit 90f2e0c

Browse files
committed
fix syntax yet again
1 parent b3bdf96 commit 90f2e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
uses: docker/build-push-action@v5
3939
with:
4040
context: .
41-
build-args:
42-
VERSION: ${{ env.SOURCE_VERSION }}
41+
build-args: |
42+
VERSION=${{ env.SOURCE_VERSION }}
4343
platforms: linux/amd64,linux/arm64
4444
push: ${{ github.event_name != 'pull_request' }}
4545
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)