Skip to content

Commit

Permalink
Push tags independently
Browse files Browse the repository at this point in the history
  • Loading branch information
fjudith committed Nov 12, 2019
1 parent 01f731c commit 30fc0bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ after_success:
- echo "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
- docker tag $REPO:$VERSION $REPO:$TAG
- docker tag $REPO:$VERSION-alpine $REPO:$ALPINE_TAG
- docker push $REPO
- docker push $REPO:$TAG
- docker push $REPO:$ALPINE_TAG
- docker push $REPO:$VERSION
- docker push $REPO:$VERSION-alpine
# - curl -X POST https://hooks.microbadger.com/images/jgraph/drawio/L1HSeb1zjYXdXe4RIVlHXSkT6Ng=

0 comments on commit 30fc0bc

Please sign in to comment.