diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5a1936..3b34cec 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GHCR_TOKEN }} - name: Build and Push Backend Docker Image uses: docker/build-push-action@v2