mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2026-09-16 18:13:17 +00:00
Remove docker push profile [skip ci]
This commit is contained in:
@@ -629,7 +629,7 @@
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>publish-docker-images</id>
|
||||
<id>push-docker-images</id>
|
||||
<!-- publishes "image:latest" on Quay & DockerHub -->
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>publish-docker-images</id>
|
||||
<id>push-docker-images</id>
|
||||
<!-- publishes "image:latest" on Quay & DockerHub -->
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@@ -7,8 +7,8 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../"
|
||||
source "$(dirname "${BASH_SOURCE[0]}")/build_functions.sh"
|
||||
|
||||
if isBranchBuild && [ "${TRAVIS_BRANCH}" = "master" ] && [ "${TRAVIS_BUILD_STAGE_NAME,,}" = "release" ] ; then
|
||||
# update ":latest" image tags on remote repositories by using the maven *publish-docker-images* profile
|
||||
PROFILES="-Ppublish-docker-images"
|
||||
# update ":latest" image tags on remote repositories by using the maven *push-docker-images* profile
|
||||
PROFILES="-Ppush-docker-images"
|
||||
else
|
||||
# build the ":latest" image tags locally with the maven *build-docker-images* profile
|
||||
PROFILES="-Pbuild-docker-images"
|
||||
|
||||
Reference in New Issue
Block a user