Skip to content

Commit

Permalink
Update dockerpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wzorgdrager authored May 6, 2020
1 parent eaebaa7 commit 7ebc789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
# Push latest image
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker push $IMAGE_ID:latest
# Push images
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker push $IMAGE_ID:latest

0 comments on commit 7ebc789

Please sign in to comment.