Skip to content

Commit

Permalink
Merge pull request #127 from laminas/hotfix/workflow-error
Browse files Browse the repository at this point in the history
Use ' instead of "in workflow expression
  • Loading branch information
weierophinney authored Mar 29, 2021
2 parents a6cfefe + dcc798a commit 7e6e39d
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 7e6e39d

Please sign in to comment.