From 480103c8568b7c341413ee2817f5205fe87af178 Mon Sep 17 00:00:00 2001 From: Omri Shiv <327609+OmriShiv@users.noreply.github.com> Date: Fri, 10 May 2024 10:58:06 -0700 Subject: [PATCH] tag image with repo Signed-off-by: Omri Shiv <327609+OmriShiv@users.noreply.github.com> --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index e4eacaf..ed1ddad 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -46,7 +46,7 @@ jobs: with: context: . push: true - tags: omrishiv/backstage-app:${{ github.sha }} + tags: ghcr.io/omrishiv/backstage-app:${{ github.sha }} labels: ${{ steps.meta.outputs.labels }} # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."