Skip to content

Commit 68cd335

Browse files
committed
enable docker hub
1 parent 881380f commit 68cd335

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
### ENABLE ONE OR BOTH REGISTRIES
4545
### tell docker where to push.
4646
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
47-
dockerhub-enable: false
47+
dockerhub-enable: true
4848
ghcr-enable: true
4949

5050
### REQUIRED

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
### ENABLE ONE OR BOTH REGISTRIES
4545
### tell docker where to push.
4646
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
47-
dockerhub-enable: false
47+
dockerhub-enable: true
4848
ghcr-enable: true
4949

5050
### REQUIRED

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
### ENABLE ONE OR BOTH REGISTRIES
4545
### tell docker where to push.
4646
### NOTE if Docker Hub is set to true, you must set secrets above and also add account/repo/tags below
47-
dockerhub-enable: false
47+
dockerhub-enable: true
4848
ghcr-enable: true
4949

5050
### REQUIRED

0 commit comments

Comments
 (0)