Skip to content

Commit

Permalink
ci: fix tags using double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelomansur committed Jul 17, 2021
1 parent 5e8887a commit 9558cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: mdmansur/${{ env.image_name }}:${GITHUB_REF#refs/*/}
tags: "mdmansur/${{ env.image_name }}:${GITHUB_REF#refs/*/}"
build-args: |
PACKER_VERSION=${{ env.packer_version }}

0 comments on commit 9558cb4

Please sign in to comment.