diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index fb12ecf2..04cfb548 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -174,6 +174,7 @@ jobs: image: ${{ steps.build_image.outputs.image }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + registry: ghcr.io/bcgov - name: Log in to the GHCR uses: docker/login-action@v3