Skip to content

Commit e54b656

Browse files
committed
travis: use docker-push-latest-release from ci
Signed-off-by: Javi Fontan <[email protected]>
1 parent 654a63d commit e54b656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535

3636
before_deploy:
3737
- make packages
38-
- export DOCKER_PUSH_LATEST=$(echo ${TRAVIS_BRANCH} | grep -E '^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+$') || true
39-
- make docker-push
38+
- make docker-push-latest-release
4039

4140
deploy:
4241
provider: releases

0 commit comments

Comments
 (0)