From 91640194906e7015249b1f8af34c4625a1812c34 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sat, 3 Dec 2022 09:15:52 -0500 Subject: [PATCH] disable Hub until bot account works --- .github/workflows/call-docker-build-result.yaml | 4 ++-- .github/workflows/call-docker-build-vote.yaml | 4 ++-- .github/workflows/call-docker-build-worker.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/call-docker-build-result.yaml b/.github/workflows/call-docker-build-result.yaml index 71201bd..442bff8 100644 --- a/.github/workflows/call-docker-build-result.yaml +++ b/.github/workflows/call-docker-build-result.yaml @@ -51,9 +51,9 @@ jobs: ### A list of the account/repo names for docker build. List should match what's enabled above ### defaults to: image-names: | - dockersamples/examplevotingapp_result ghcr.io/dockersamples/example-voting-app-result - + # dockersamples/examplevotingapp_result + ### REQUIRED set rules for tagging images, based on special action syntax: ### https://github.com/docker/metadata-action#tags-input ### defaults to: diff --git a/.github/workflows/call-docker-build-vote.yaml b/.github/workflows/call-docker-build-vote.yaml index d47c499..f8964b0 100644 --- a/.github/workflows/call-docker-build-vote.yaml +++ b/.github/workflows/call-docker-build-vote.yaml @@ -51,9 +51,9 @@ jobs: ### A list of the account/repo names for docker build. List should match what's enabled above ### defaults to: image-names: | - dockersamples/examplevotingapp_vote ghcr.io/dockersamples/example-voting-app-vote - + # dockersamples/examplevotingapp_vote + ### REQUIRED set rules for tagging images, based on special action syntax: ### https://github.com/docker/metadata-action#tags-input ### defaults to: diff --git a/.github/workflows/call-docker-build-worker.yaml b/.github/workflows/call-docker-build-worker.yaml index 8937884..4f8f2ac 100644 --- a/.github/workflows/call-docker-build-worker.yaml +++ b/.github/workflows/call-docker-build-worker.yaml @@ -51,9 +51,9 @@ jobs: ### A list of the account/repo names for docker build. List should match what's enabled above ### defaults to: image-names: | - dockersamples/examplevotingapp_worker ghcr.io/dockersamples/example-voting-app-worker - + # dockersamples/examplevotingapp_worker + ### REQUIRED set rules for tagging images, based on special action syntax: ### https://github.com/docker/metadata-action#tags-input ### defaults to: