diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index c72cbe5b..f3bbc047 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -739,7 +739,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -771,7 +771,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -925,7 +925,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7f44ce9..c0140891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -596,7 +596,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -625,7 +625,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -778,7 +778,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 8cc7a91e..61bea4ea 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -81,7 +81,7 @@ jobs: - name: Login to registry if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }} - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry-auth: ${{ secrets.registry-auths }} env: