diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7a79ede..4bb6fd0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -14,12 +14,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - name: Login to container registry + - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ env.REPOSITORY_OWNER }} - password: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GitHub Container Registry uses: docker/build-push-action@v4