Przeglądaj źródła

enable docker hub

Bret Fisher 2 lat temu
rodzic
commit
6f953ce289

+ 1 - 1
.github/workflows/call-docker-build-result.yaml

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
-      dockerhub-enable: false
+      dockerhub-enable: true
       ghcr-enable: true
 
       ### REQUIRED 

+ 1 - 1
.github/workflows/call-docker-build-vote.yaml

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
-      dockerhub-enable: false
+      dockerhub-enable: true
       ghcr-enable: true
 
       ### REQUIRED 

+ 1 - 1
.github/workflows/call-docker-build-worker.yaml

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
-      dockerhub-enable: false
+      dockerhub-enable: true
       ghcr-enable: true
 
       ### REQUIRED