diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6e20a1f..3f9a7ea 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@8e2a0b642a6296f5b70071b54b587ef363155acd + uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}