diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index b80c272e..2d4d91cd 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -956,7 +956,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -988,7 +988,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1155,7 +1155,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3e622b6..6ac10fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -814,7 +814,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} - @@ -843,7 +843,7 @@ jobs: - name: Login to registry for signing if: ${{ needs.prepare.outputs.sign == 'true' && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: @@ -1009,7 +1009,7 @@ jobs: - name: Login to registry if: ${{ inputs.push && inputs.output == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c9486d0a..e8d672ba 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -106,7 +106,7 @@ jobs: - name: Login to registry if: ${{ steps.vars.outputs.signed == 'true' && steps.vars.outputs.output-type == 'image' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry-auth: ${{ secrets.registry-auths }} env: