diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 1c50b34..a77ed17 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}