Skip to content

Commit

Permalink
Update dockerpublish.yml
Browse files Browse the repository at this point in the history
fixed building tags
  • Loading branch information
ATGardner authored May 8, 2020
1 parent f3cf997 commit c35ec55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if [[ "${{ github.ref }}" == "refs/tags/"* ]]; then
# Strip "v" prefix from tag name
VERSION=$(echo $VERSION | sed -e 's/^v//')
LATEST_TAG="-tag ${IMAGE_ID}:latest"
LATEST_TAG="--tag ${IMAGE_ID}:latest"
else
FULL_SHA=${{ github.sha }}
SHA7=${FULL_SHA:0:7}
Expand Down

0 comments on commit c35ec55

Please sign in to comment.