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.
2 parents 39c27a8 + b5c42c8 commit 49a1851Copy full SHA for 49a1851
.github/workflows/build-and-push-containers.yml
@@ -41,4 +41,4 @@ jobs:
41
file: ./Dockerfile
42
platforms: linux/amd64
43
push: true
44
- tags: ${{ join(fromJSON(steps.tags.outputs.tags), "\n") }}
+ tags: ${{ join(fromJSON(steps.tags.outputs.tags), ',') }}
0 commit comments