File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ jobs:
108108 --archive-path buildpack-release-artifact.tgz \
109109 --image-ref "${DOCKERHUB_REGISTRY}/${REPOSITORY}:${{ steps.event.outputs.tag_full }}"
110110
111- pushed_image_index_digest=$(crane digest "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_full }}" | xargs)
111+ pushed_image_index_digest=$(crane digest "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_full }}" | xargs)
112112
113- crane copy "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_minor }}"
114- crane copy "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_major }}"
115- crane copy "${DOCKERHUB_REGISTRY}/${IMAGE }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${IMAGE }:latest"
113+ crane copy "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_minor }}"
114+ crane copy "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_major }}"
115+ crane copy "${DOCKERHUB_REGISTRY}/${REPOSITORY }:${{ steps.event.outputs.tag_full }}" "${DOCKERHUB_REGISTRY}/${REPOSITORY }:latest"
116116
117117 echo "image=${IMAGE}" >> "$GITHUB_OUTPUT"
118118 echo "digest=$pushed_image_index_digest" >> "$GITHUB_OUTPUT"
You can’t perform that action at this time.
0 commit comments