Skip to content

Commit

Permalink
Update post_push
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Dec 9, 2022
1 parent 2eaffbe commit 345e692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/post_push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker tag $IMAGE_NAME $DOCKER_REPO:develop-$SOURCE_COMMIT
docker push $DOCKER_REPO:develop-$SOURCE_COMMIT
docker tag $IMAGE_NAME $DOCKER_REPO:master-$SOURCE_COMMIT
docker push $DOCKER_REPO:master-$SOURCE_COMMIT

0 comments on commit 345e692

Please sign in to comment.