diff --git a/.github/workflows/hosted-ci-images-release.yml b/.github/workflows/hosted-ci-images-release.yml index 3ff9705..263095e 100644 --- a/.github/workflows/hosted-ci-images-release.yml +++ b/.github/workflows/hosted-ci-images-release.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ inputs.checkout-ref }} persist-credentials: false - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }} diff --git a/.github/workflows/hosted-container-release.yml b/.github/workflows/hosted-container-release.yml index 2aa224f..1171c02 100644 --- a/.github/workflows/hosted-container-release.yml +++ b/.github/workflows/hosted-container-release.yml @@ -58,7 +58,7 @@ jobs: ref: ${{ inputs.checkout-ref }} persist-credentials: false - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ${{ inputs.registry }} username: ${{ secrets.REGISTRY_USERNAME }}