Skip to content

Commit 714d41e

Browse files
committed
Fix release docker image name
1 parent 25d6e89 commit 714d41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- docker build -t "ldonini/ocpp1.6-central-system:$TRAVIS_TAG" -f example/cs/Dockerfile .
3030
- docker build -t "ldonini/ocpp1.6-charge-point:$TRAVIS_TAG" -f example/cp/Dockerfile .
3131
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
32-
- docker push "ldonini/ocpp-go-1.6-central-system:$TRAVIS_TAG"
33-
- docker push "ldonini/ocpp-go-1.6-charge-point:$TRAVIS_TAG"
32+
- docker push "ldonini/ocpp1.6-central-system:$TRAVIS_TAG"
33+
- docker push "ldonini/ocpp1.6-charge-point:$TRAVIS_TAG"
3434
if: tag IS present

0 commit comments

Comments
 (0)