浏览代码

Merge pull request #13925 from richardkchapman/latest710

7.10.0 now gold

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 5 年之前
父节点
当前提交
a5e9a6f620
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      .github/workflows/build-and-publish-debug.yml
  2. 1 0
      .github/workflows/build-and-publish.yml

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

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

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

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