Skip to content

Commit

Permalink
Merge pull request #4 from provenance-io/push-docker-latest
Browse files Browse the repository at this point in the history
add/push latest tag to docker image
  • Loading branch information
piercetrey-figure authored Mar 11, 2021
2 parents d22fda7 + a10db8e commit 30bd82c
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 30bd82c

Please sign in to comment.