Skip to content

Commit 885a36b

Browse files
committed
Update all references to dockerhub repo name
1 parent b644b66 commit 885a36b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push-buildpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)