diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ade50a64e..4c511714d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -144,7 +144,7 @@ jobs: # https://github.com/docker/setup-buildx-action/releases/tag/v3.4.0 - name: Log in to the Container registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 # https://github.com/docker/login-action/releases/tag/v3.2.0 with: registry: ${{ env.REGISTRY }} @@ -202,7 +202,7 @@ jobs: secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD - name: Log in to the Container registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 # https://github.com/docker/login-action/releases/tag/v3.2.0 with: registry: ${{ env.REGISTRY }}