diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 6f90055..f002b95 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}