Skip to content

Commit

Permalink
Fix docker push in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannig committed Feb 20, 2019
1 parent 74f2a71 commit 44ca331
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ deploy:
tags: true

after_success:
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
docker push iamseth/oracledb_exporter:${TRAVIS_TAG:-latest}
docker push iamseth/oracledb_exporter:latest
docker push iamseth/oracledb_exporter:${TRAVIS_TAG:-latest}-alpine
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
docker push iamseth/oracledb_exporter:${TRAVIS_TAG:-latest} &&
docker push iamseth/oracledb_exporter:latest &&
docker push iamseth/oracledb_exporter:${TRAVIS_TAG:-latest}-alpine &&
docker push iamseth/oracledb_exporter:alpine

0 comments on commit 44ca331

Please sign in to comment.