Skip to content

Commit

Permalink
add/push latest tag to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
celloman committed Mar 11, 2021
1 parent d22fda7 commit a10db8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,6 @@ jobs:
echo VERSION=$VERSION
docker tag "${{ matrix.project }}:$VERSION" $IMAGE_ID:$VERSION
docker tag "${{ matrix.project }}:$VERSION" $IMAGE_ID:latest
docker push $IMAGE_ID:$VERSION
docker push $IMAGE_ID:latest

0 comments on commit a10db8e

Please sign in to comment.