diff --git a/.github/workflows/release-with-upstream.yml b/.github/workflows/release-with-upstream.yml index bbf2a40..7e57578 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@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8eb00d1..44932a0 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@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }}