Skip to content

Commit 9164019

Browse files
committed
disable Hub until bot account works
1 parent 5b2987f commit 9164019

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
### A list of the account/repo names for docker build. List should match what's enabled above
5252
### defaults to:
5353
image-names: |
54-
dockersamples/examplevotingapp_result
5554
ghcr.io/dockersamples/example-voting-app-result
56-
55+
# dockersamples/examplevotingapp_result
56+
5757
### REQUIRED set rules for tagging images, based on special action syntax:
5858
### https://github.com/docker/metadata-action#tags-input
5959
### defaults to:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
### A list of the account/repo names for docker build. List should match what's enabled above
5252
### defaults to:
5353
image-names: |
54-
dockersamples/examplevotingapp_vote
5554
ghcr.io/dockersamples/example-voting-app-vote
56-
55+
# dockersamples/examplevotingapp_vote
56+
5757
### REQUIRED set rules for tagging images, based on special action syntax:
5858
### https://github.com/docker/metadata-action#tags-input
5959
### defaults to:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
### A list of the account/repo names for docker build. List should match what's enabled above
5252
### defaults to:
5353
image-names: |
54-
dockersamples/examplevotingapp_worker
5554
ghcr.io/dockersamples/example-voting-app-worker
56-
55+
# dockersamples/examplevotingapp_worker
56+
5757
### REQUIRED set rules for tagging images, based on special action syntax:
5858
### https://github.com/docker/metadata-action#tags-input
5959
### defaults to:

0 commit comments

Comments
 (0)