From 3aba0d8ec002689bb570fcce17a7e4669f12504c Mon Sep 17 00:00:00 2001 From: CezarLeahu <35226487+CezarLeahu@users.noreply.github.com> Date: Thu, 26 Aug 2021 13:59:23 +0300 Subject: [PATCH] APPS-1068 Enable docker updates for AGS latest images (#1440) Enable the updating of AGS-specific images with the tag `latest` from the **master** branch (on Quay only): * `quay.io/alfresco/alfresco-governance-repository-community` * `quay.io/alfresco/alfresco-governance-share-community` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1165d010..80bd5df4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -121,7 +121,7 @@ jobs: - name: "Update latest images" stage: docker_latest - script: travis_retry travis_wait 30 mvn -B -V clean install -DskipTests -Dmaven.javadoc.skip=true -Ppush-docker-images + script: travis_retry travis_wait 30 mvn -B -V clean install -DskipTests -Dmaven.javadoc.skip=true -Pags -Ppush-docker-images - name: "Release and Copy to S3 Staging Bucket" stage: release