Skip to content

Commit

Permalink
weird behavior for build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jan 23, 2024
1 parent 496a298 commit 7a3d7fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
with:
context: .
push: true
build-args: ["VROOM_RELEASE=${{ steps.vroom_tag.outputs.TAG }}", "VROOM_EXPRESS_RELEASE=${{ steps.vroom_express_tag.outputs.TAG }}"]
build-args: |
VROOM_RELEASE=${{ steps.vroom_tag.outputs.TAG }}
VROOM_EXPRESS_RELEASE=${{ steps.vroom_express_tag.outputs.TAG }}
platforms: linux/amd64,linux/arm64
tags: ghcr.io/vroom-project/vroom-docker:${{ steps.vroom_tag.outputs.TAG }}"
cache-from: type=gha
Expand Down

0 comments on commit 7a3d7fe

Please sign in to comment.