diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 65c647b..ba5b48d 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Log in to the Container registry if: ${{ steps.push_check.outputs.push }} - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 with: registry: ghcr.io username: ${{ github.actor }}