Skip to content

Commit

Permalink
Fix release docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodonini committed Jan 16, 2020
1 parent 25d6e89 commit 714d41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- docker build -t "ldonini/ocpp1.6-central-system:$TRAVIS_TAG" -f example/cs/Dockerfile .
- docker build -t "ldonini/ocpp1.6-charge-point:$TRAVIS_TAG" -f example/cp/Dockerfile .
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker push "ldonini/ocpp-go-1.6-central-system:$TRAVIS_TAG"
- docker push "ldonini/ocpp-go-1.6-charge-point:$TRAVIS_TAG"
- docker push "ldonini/ocpp1.6-central-system:$TRAVIS_TAG"
- docker push "ldonini/ocpp1.6-charge-point:$TRAVIS_TAG"
if: tag IS present

0 comments on commit 714d41e

Please sign in to comment.