Pārlūkot izejas kodu

enable docker hub

Bret Fisher 2 gadi atpakaļ
vecāks
revīzija
6f953ce289

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

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### 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
       ### 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
       ghcr-enable: true
 
 
       ### REQUIRED 
       ### REQUIRED 

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

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### 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
       ### 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
       ghcr-enable: true
 
 
       ### REQUIRED 
       ### REQUIRED 

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

@@ -44,7 +44,7 @@ jobs:
       ### ENABLE ONE OR BOTH REGISTRIES
       ### ENABLE ONE OR BOTH REGISTRIES
       ### tell docker where to push.
       ### 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
       ### 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
       ghcr-enable: true
 
 
       ### REQUIRED 
       ### REQUIRED