We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bdf96 commit 90f2e0cCopy full SHA for 90f2e0c
.github/workflows/docker-publish.yml
@@ -38,8 +38,8 @@ jobs:
38
uses: docker/build-push-action@v5
39
with:
40
context: .
41
- build-args:
42
- VERSION: ${{ env.SOURCE_VERSION }}
+ build-args: |
+ VERSION=${{ env.SOURCE_VERSION }}
43
platforms: linux/amd64,linux/arm64
44
push: ${{ github.event_name != 'pull_request' }}
45
tags: ${{ steps.meta.outputs.tags }}
0 commit comments