From 7975121e5893605ce2685b3e3c435559f4f60ad5 Mon Sep 17 00:00:00 2001 From: varshith Date: Mon, 4 Mar 2024 11:03:22 +0100 Subject: [PATCH] tag error --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3c619b7..112115e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,4 +23,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ env.REGISTRY }}/${{ github.repository }}/bp-landing-pages:latest \ No newline at end of file + tags: ghcr.io/${{ github.repository }}/bp-lp:latest \ No newline at end of file