Explorar el Código

disable Hub until bot account works

Bret Fisher hace 2 años
padre
commit
9164019490

+ 2 - 2
.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:

+ 2 - 2
.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:

+ 2 - 2
.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: