Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk committed Nov 11, 2022
2 parents 77780c2 + deaeb39 commit 5c00a5b
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
TIMESTAMP=$(date +%Y%m%d%H%M%S)
docker tag $IMAGE_NAME $DOCKER_REPO:$SOURCE_BRANCH-$SOURCE_COMMIT-$TIMESTAMP
docker push $DOCKER_REPO:$SOURCE_BRANCH-$SOURCE_COMMIT-$TIMESTAMP

0 comments on commit 5c00a5b

Please sign in to comment.