Skip to content

Commit

Permalink
Merge pull request #1387 from buildpacks-community/tag-images-0-10
Browse files Browse the repository at this point in the history
[0.10] Tag release images
  • Loading branch information
tomkennedy513 authored Nov 22, 2023
2 parents fab7a99 + 037707f commit a7c567a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ jobs:
final_repo="${{ env.PUBLIC_IMAGE_REPO }}/${name}"
crane copy "$dev_image" "$final_repo"
crane tag "${final_repo}@${digest}" ${{ env.KPACK_VERSION }}
echo "${final_repo}@${digest}" > final-image-refs/$name
done
Expand Down

0 comments on commit a7c567a

Please sign in to comment.