Skip to content

Commit

Permalink
fix syntax yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Dec 6, 2024
1 parent b3bdf96 commit 90f2e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
build-args:
VERSION: ${{ env.SOURCE_VERSION }}
build-args: |
VERSION=${{ env.SOURCE_VERSION }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 90f2e0c

Please sign in to comment.