Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Minor fix for pushing up the version and also tagging it as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Oct 1, 2020
1 parent 4a5578e commit f4bca4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jobs:
docker tag $IMAGE_NAME $IMAGE_ID:latest
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:latest

0 comments on commit f4bca4d

Please sign in to comment.