소스 검색

7.10.0 now gold

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 년 전
부모
커밋
0c0ca09e03
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 }}
           password: ${{ secrets.DOCKER_PASSWORD }}
           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:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
+          latest: 1   # this should only be set on the current minor branch