diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index f41728a..1add7a1 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -27,6 +27,13 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + - + name: Login to GitHub Container Registry + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{github.actor}} + password: ${{secrets.PAT_TOKEN}} - name: Build and push uses: docker/bake-action@v3.1.0