Bläddra i källkod

Merge pull request #14215 from richardkchapman/latest-12

7.12.x non-debug images should be tagged as latest

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 4 år sedan
förälder
incheckning
e975741e6f
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      .github/workflows/build-and-publish.yml
  2. 1 1
      cmake_modules/go_gold.sh

+ 1 - 1
.github/workflows/build-and-publish.yml

@@ -25,4 +25,4 @@ jobs:
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
-          
+          latest: 1   # this should only be set on the current minor branch

+ 1 - 1
cmake_modules/go_gold.sh

@@ -79,7 +79,7 @@ if [ -e helm/hpcc/Chart.yaml ] ; then
   doit "git submodule update --init --recursive"
   HPCC_PROJECTS=hpcc-helm
   HPCC_NAME=HPCC
-  if [[ "$HPCC_MAJOR" == "7" ]] && [[ "$HPCC_MINOR" == "10" ]] ; then
+  if [[ "$HPCC_MAJOR" == "7" ]] && [[ "$HPCC_MINOR" == "12" ]] ; then
     doit "rm -rf ./helm"
     doit "cp -rf $HPCC_DIR/helm ./helm" 
     doit "rm ./helm/hpcc/*.bak"