diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 912a4811b1320..2eac08e9a2790 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -131,8 +131,8 @@ jobs: # Adapted from https://docs.docker.com/build/ci/github-actions/multi-platform/ - name: Create manifest list and push working-directory: /tmp/digests - # The jq command expands the docker/metadata json "tags" array entry to -t tag1 -t tag2 ... - # The printf will expand the base image with the @sha256: for each sha256 in the directory + # The jq command expands the docker/metadata json "tags" array entry to `-t tag1 -t tag2 ...` for each tag in the array + # The printf will expand the base image with the `@sha256: ...` for each sha256 in the directory # The final command becomes `docker buildx imagetools create -t tag1 -t tag2 ... @sha256: @sha256: ...` run: | docker buildx imagetools create \