diff --git a/.github/workflows/backend-build.yaml b/.github/workflows/backend-build.yaml index 5cf64491..aca42278 100644 --- a/.github/workflows/backend-build.yaml +++ b/.github/workflows/backend-build.yaml @@ -79,7 +79,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GHCR_IO_TOKEN }} - name: Build and push uses: docker/build-push-action@v2