Skip to content

Commit

Permalink
Avoid using \n-separated steps.meta.outputs.tags that can't be
Browse files Browse the repository at this point in the history
formatted easily
  • Loading branch information
JakobEdding committed Jan 13, 2025
1 parent 28f0261 commit 580cfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
file: ${{ inputs.dockerfile-path }}
# TODO: test that build arg concat works
build-args: |
IMAGE_TAGS=${{ join(steps.meta.outputs.tags) }}
IMAGE_TAGS=${{ join(fromJSON(steps.meta.outputs.json).tags) }}
${{ inputs.docker-build-args }}
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 580cfa7

Please sign in to comment.