From 6f953ce289161eac95d0ad24761d66edcf24aa49 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Fri, 9 Dec 2022 16:18:40 -0500 Subject: [PATCH] enable docker hub --- .github/workflows/call-docker-build-result.yaml | 2 +- .github/workflows/call-docker-build-vote.yaml | 2 +- .github/workflows/call-docker-build-worker.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-docker-build-result.yaml b/.github/workflows/call-docker-build-result.yaml index acc3c21..a869ecd 100644 --- a/.github/workflows/call-docker-build-result.yaml +++ b/.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 diff --git a/.github/workflows/call-docker-build-vote.yaml b/.github/workflows/call-docker-build-vote.yaml index af8dbe7..3c8f57f 100644 --- a/.github/workflows/call-docker-build-vote.yaml +++ b/.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 diff --git a/.github/workflows/call-docker-build-worker.yaml b/.github/workflows/call-docker-build-worker.yaml index 94cce54..2c5f9f9 100644 --- a/.github/workflows/call-docker-build-worker.yaml +++ b/.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