Skip to content

Commit

Permalink
Add version to pushed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bilts committed May 7, 2021
1 parent 3eb1f96 commit 62b9296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
IMAGE_ID="${IMAGE_NAME}:${VERSION}"
echo "Pushing ${IMAGE_ID}"
docker tag "${GITHUB_REPOSITORY}" "${IMAGE_NAME}"
docker push "${IMAGE_NAME}"
docker tag "${GITHUB_REPOSITORY}" "${IMAGE_ID}"
docker push "${IMAGE_ID}"

0 comments on commit 62b9296

Please sign in to comment.