Przeglądaj źródła

Merge pull request #13550 from richardkchapman/mastertags

HPCC-23358 Publish each gold/rc release images to Docker Hub
Gavin Halliday 5 lat temu
rodzic
commit
cdb0a035d9

+ 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: