diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 237afdd0..db6deb11 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -99,7 +99,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Login to GHCR - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -187,7 +187,7 @@ jobs: - name: Login to GHCR if: steps.release.outputs.release_created - uses: docker/login-action@v3.1.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}