diff --git a/.github/workflows/release-with-upstream.yml b/.github/workflows/release-with-upstream.yml index 844ce06..bcec088 100644 --- a/.github/workflows/release-with-upstream.yml +++ b/.github/workflows/release-with-upstream.yml @@ -94,7 +94,7 @@ jobs: labels: ${{ env.IMAGE_LABELS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32c56e5..70fece6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: labels: ${{ env.IMAGE_LABELS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }}