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: