diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5e2076f..3c619b7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,4 +23,4 @@ jobs: context: . file: ./Dockerfile push: true - tags: bp-landing-pages:latest \ No newline at end of file + tags: ${{ env.REGISTRY }}/${{ github.repository }}/bp-landing-pages:latest \ No newline at end of file