diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 33216b57..26e6b90c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -62,12 +62,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - name: Log in to the GHCR - uses: docker/login-action@v2 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + # - name: Log in to the GHCR + # uses: docker/login-action@v2 + # with: + # registry: ghcr.io + # username: ${{ github.actor }} + # password: ${{ secrets.GITHUB_TOKEN }} - name: Prepare docker tags for image id: meta