ACS-1372 Restructure AGS to avoid incompatible libraries (#434)

Streamline the ACS project builds so that it is quicker / safer to upgrade libraries
This commit is contained in:
Alan Davis
2021-05-06 17:37:51 +01:00
committed by GitHub
parent 45952e8e40
commit 1b2ae4632a
2077 changed files with 253276 additions and 270 deletions

View File

@@ -128,7 +128,7 @@
<profiles>
<profile>
<id>communityDocker</id>
<id>build-docker-images</id>
<!-- builds "image:latest" locally -->
<build>
<plugins>
@@ -157,7 +157,7 @@
</profile>
<profile>
<id>internal</id>
<id>push-docker-images</id>
<!-- publishes "image:latest" on Quay & DockerHub -->
<build>
<plugins>