Skip to content

Commit

Permalink
Setup latest tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjhv committed Jan 18, 2021
1 parent cbba54f commit 7482f6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/post_push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

docker tag $IMAGE_NAME $DOCKER_REPO:latest
docker push $DOCKER_REPO:latest

0 comments on commit 7482f6a

Please sign in to comment.