فهرست منبع

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: