소스 검색

Merge pull request #13550 from richardkchapman/mastertags

HPCC-23358 Publish each gold/rc release images to Docker Hub
Gavin Halliday 5 년 전
부모
커밋
cdb0a035d9
2개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 6 6
      .github/workflows/build-and-publish-debug.yml
  2. 6 6
      .github/workflows/build-and-publish.yml

+ 6 - 6
.github/workflows/build-and-publish-debug.yml

@@ -5,12 +5,12 @@ on:
   push:
     tags:
     - 'master*'
-    - 'community-*'
-    - '!community-7.6.*'
-    - '!community-7.4.*'
-    - '!community-7.2.*'
-    - '!community-7.0.*'
-    - '!community-6.*'
+    - 'community_*'
+    - '!community_7.6.*'
+    - '!community_7.4.*'
+    - '!community_7.2.*'
+    - '!community_7.0.*'
+    - '!community_6.*'
 
 jobs:
   build:

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

@@ -5,12 +5,12 @@ on:
   push:
     tags:
     - 'master*'
-    - 'community-*'
-    - '!community-7.6.*'
-    - '!community-7.4.*'
-    - '!community-7.2.*'
-    - '!community-7.0.*'
-    - '!community-6.*'
+    - 'community_*'
+    - '!community_7.6.*'
+    - '!community_7.4.*'
+    - '!community_7.2.*'
+    - '!community_7.0.*'
+    - '!community_6.*'
 
 jobs:
   build: