diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 717a39e..2846ecc 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 + uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 with: registry: ghcr.io username: ${{ github.actor }}