Skip to content

Commit 476db9e

Browse files
committed
Fix image name
1 parent 3f9dcdb commit 476db9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
working-directory: ${{ runner.temp }}/digests
219219
run: |
220220
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
221-
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
221+
$(printf '${{ env.REGISTRY }}/${{ env.REGISTRY_PATH }}/${{ env.IMAGE_NAME }}-${{ matrix.docker_target }}@sha256:%s ' *)
222222
223223
- name: Inspect image
224224
run: |

0 commit comments

Comments
 (0)