From d5c1c2e3eb189bb996ec95f1247f38f671af1e77 Mon Sep 17 00:00:00 2001 From: Arjun Sreedharan Date: Wed, 3 Feb 2021 15:50:56 -0500 Subject: [PATCH] refer action image with right tag (#182) --- .github/workflows/push-buildpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-buildpackage.yml b/.github/workflows/push-buildpackage.yml index 78e741ca..eea18247 100644 --- a/.github/workflows/push-buildpackage.yml +++ b/.github/workflows/push-buildpackage.yml @@ -49,7 +49,7 @@ jobs: echo "::set-output name=digest::$(sudo skopeo inspect "oci-archive:${GITHUB_WORKSPACE}/buildpackage.cnb" | jq -r .Digest)" - name: Register with CNB Registry - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:main with: id: ${{ github.repository }} version: ${{ steps.event.outputs.tag }}