mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 17:05:49 +00:00
third try of the automatic release on separated branch
This commit is contained in:
parent
8a6d339dc0
commit
9e03587906
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ services:
|
|||
before_script:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || [ "${TRAVIS_BRANCH}" != "main" ] || docker login -u springbuildmaster -p "$DOCKERHUB_PASSWORD"'
|
||||
script:
|
||||
- ./mvnw spring-boot:build-image -D spring-boot.build-image.imageName=springio/petclinic && ([ "${TRAVIS_BRANCH}" != "main" ] || docker push springio/petclinic)
|
||||
- './mvnw spring-boot:build-image -D spring-boot.build-image.imageName=springio/petclinic && ([ "${TRAVIS_BRANCH}" != "main" ] || docker push springio/petclinic)'
|
||||
|
|
Loading…
Reference in a new issue