Skip to content

Commit

Permalink
Merge pull request #12 from weierophinney/hotfix/workflow-syntax
Browse files Browse the repository at this point in the history
Ensure build and push container workflow will work correctly
  • Loading branch information
weierophinney authored Apr 1, 2021
2 parents bfdf589 + 18d2fad commit 2dfb4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ join(fromJSON(steps.tags.outputs.tags), ",") }}
tags: ${{ join(fromJSON(steps.tags.outputs.tags), ',') }}

0 comments on commit 2dfb4a0

Please sign in to comment.