diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 040f5ca..4e8d313 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -90,7 +90,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GH_PAT }} + password: ${{ secrets.GITHUB_TOKEN}} - name: Extract metadata (tags, labels) for Docker id: meta @@ -98,10 +98,10 @@ jobs: with: images: | pb33f/wiretap - ghcr.io/${{ github.repository }} + ghcr.io/pb33f/wiretap - name: Build and push Docker images - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: context: . push: true