We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9dcdb commit 476db9eCopy full SHA for 476db9e
.github/workflows/ci-pipeline.yml
@@ -218,7 +218,7 @@ jobs:
218
working-directory: ${{ runner.temp }}/digests
219
run: |
220
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
221
- $(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
+ $(printf '${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-${{ matrix.docker_target }}@sha256:%s ' *)
222
223
- name: Inspect image
224
0 commit comments