Skip to content

Commit

Permalink
create docker tag v1 to git tag name
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Aug 16, 2020
1 parent c676e1c commit ce697d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ deploy:
script:
- docker build . -t prest/prest:v1
- docker push prest/prest:v1
- docker push prest/prest:$TRAVIS_TAG
- docker tag prest/prest:v1 prest/prest:$TRAVIS_TAG && docker push prest/prest:$TRAVIS_TAG
- curl -sL https://git.io/goreleaser | bash
on:
tags: true
Expand Down

0 comments on commit ce697d7

Please sign in to comment.