We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d26cb commit 76e1d11Copy full SHA for 76e1d11
.travis.yml
@@ -21,6 +21,7 @@ after_success:
21
# Push a tagged build if a tag is found.
22
- if [ ! -z "$TRAVIS_TAG" ]; then
23
docker tag wrouesnel/postgres_exporter:latest wrouesnel/postgres_exporter:$TRAVIS_TAG ;
24
+ docker push wrouesnel/postgres_exporter:$TRAVIS_TAG ;
25
fi
26
# Push a latest version
27
- if [ "$TRAVIS_BRANCH" == "master" ]; then docker push wrouesnel/postgres_exporter ; fi
0 commit comments