From 056b72507798962406cb1cfee9ed1fe3cfc2a3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:26:06 -0700 Subject: [PATCH] gha: bump docker/build-push-action from 6.0.2 to 6.1.0 (#3457) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/f6010ea70151369b06f0194be1051fbbdff851b2...31159d49c0d4756269a0940a750801a1ea5d7003) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/age.yml | 2 +- .github/workflows/ali.yml | 2 +- .github/workflows/amass.yml | 2 +- .github/workflows/ansible.yml | 4 ++-- .github/workflows/anteon.yml | 2 +- .github/workflows/aznamingtool.yml | 2 +- .github/workflows/bl3auto.yml | 2 +- .github/workflows/black.yml | 2 +- .github/workflows/catprinter.yml | 2 +- .github/workflows/cf-warp.yml | 2 +- .github/workflows/cloudflared.yml | 2 +- .github/workflows/coredns.yml | 2 +- .github/workflows/ddosify.yml | 2 +- .github/workflows/dhcp-helper.yml | 2 +- .github/workflows/dive.yml | 2 +- .github/workflows/dkimpy.yml | 4 ++-- .github/workflows/dnscontrol.yml | 2 +- .github/workflows/dnscrypt-proxy.yml | 2 +- .github/workflows/dnsx.yml | 2 +- .github/workflows/docker-autocompose.yml | 2 +- .github/workflows/docker-bench-security.yml | 2 +- .github/workflows/driftctl.yml | 2 +- .github/workflows/dry.yml | 2 +- .github/workflows/dsq.yml | 2 +- .github/workflows/excalidraw.yml | 2 +- .github/workflows/fq.yml | 2 +- .github/workflows/freenginx.yml | 2 +- .github/workflows/gobgp.yml | 2 +- .github/workflows/gocannon.yml | 2 +- .github/workflows/goplay2.yml | 2 +- .github/workflows/goreplay.yml | 2 +- .github/workflows/gotip.yml | 2 +- .github/workflows/gron.yml | 2 +- .github/workflows/hakrawler.yml | 2 +- .github/workflows/headscale.yml | 2 +- .github/workflows/httpie-go.yml | 2 +- .github/workflows/httprobe.yml | 2 +- .github/workflows/httpx.yml | 2 +- .github/workflows/imapsync.yml | 2 +- .github/workflows/lego.yml | 2 +- .github/workflows/log4j-scan.yml | 2 +- .github/workflows/logmepwn.yml | 2 +- .github/workflows/lpar2rrd.yml | 2 +- .github/workflows/miller.yml | 2 +- .github/workflows/nebula.yml | 2 +- .github/workflows/netmaker.yml | 2 +- .github/workflows/nginx-distroless.yml | 4 ++-- .github/workflows/nginx-quic.yml | 6 +++--- .github/workflows/nginx.yml | 2 +- .github/workflows/ntfy.yml | 2 +- .github/workflows/octosql.yml | 2 +- .github/workflows/onetun.yml | 2 +- .github/workflows/opentofu.yml | 2 +- .github/workflows/pia-wg.yml | 2 +- .github/workflows/prettier.yml | 2 +- .github/workflows/pwru.yml | 4 ++-- .github/workflows/rclone.yml | 2 +- .github/workflows/rdap.yml | 2 +- .github/workflows/rustybgp.yml | 2 +- .github/workflows/sftpd.yml | 2 +- .github/workflows/snowball.yml | 2 +- .github/workflows/spicedb.yml | 2 +- .github/workflows/ssh-audit.yml | 2 +- .github/workflows/sslyze.yml | 4 ++-- .github/workflows/stor2rrd.yml | 2 +- .github/workflows/subfinder.yml | 2 +- .github/workflows/tailscale.yml | 2 +- .github/workflows/terraform.yml | 2 +- .github/workflows/testssl.sh.yml | 6 +++--- .github/workflows/textql.yml | 2 +- .github/workflows/tftpd.yml | 2 +- .github/workflows/toxiproxy.yml | 2 +- .github/workflows/trufflehog.yml | 2 +- .github/workflows/unbound.yml | 2 +- .github/workflows/vegeta.yml | 2 +- .github/workflows/visidata.yml | 2 +- .github/workflows/watchtower.yml | 2 +- .github/workflows/whois.yml | 2 +- .github/workflows/wuzz.yml | 2 +- .github/workflows/yggdrasil-go.yml | 2 +- .github/workflows/youtube-dl.yml | 2 +- .github/workflows/yt-dlp-nightly-builds.yml | 2 +- .github/workflows/yt-dlp.yml | 2 +- .github/workflows/zola.yml | 2 +- 84 files changed, 93 insertions(+), 93 deletions(-) diff --git a/.github/workflows/age.yml b/.github/workflows/age.yml index 001d3086518f..f4a0ef1613b0 100644 --- a/.github/workflows/age.yml +++ b/.github/workflows/age.yml @@ -84,7 +84,7 @@ jobs: - name: Build and push id: push-step - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/ali.yml b/.github/workflows/ali.yml index 445df8005cd3..cf73ecf5aa6e 100644 --- a/.github/workflows/ali.yml +++ b/.github/workflows/ali.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/amass.yml b/.github/workflows/amass.yml index ff40600023dc..087e0dead4cc 100644 --- a/.github/workflows/amass.yml +++ b/.github/workflows/amass.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 9ab612eaf646..0384e06cbe15 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -96,7 +96,7 @@ jobs: - name: Build and push (Ubuntu) if: ${{ matrix.distro == 'ubuntu' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -121,7 +121,7 @@ jobs: - name: Build and push (Alpine) if: ${{ matrix.distro == 'alpine' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/anteon.yml b/.github/workflows/anteon.yml index 8cb47575cad3..395a2d210327 100644 --- a/.github/workflows/anteon.yml +++ b/.github/workflows/anteon.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/aznamingtool.yml b/.github/workflows/aznamingtool.yml index 29342a1ce07c..8d6835fb3ba3 100644 --- a/.github/workflows/aznamingtool.yml +++ b/.github/workflows/aznamingtool.yml @@ -90,7 +90,7 @@ jobs: - name: Build and push id: push-step - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/bl3auto.yml b/.github/workflows/bl3auto.yml index 031423bdf131..0f927dac3a1a 100644 --- a/.github/workflows/bl3auto.yml +++ b/.github/workflows/bl3auto.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 1abd18c468c0..1f5b1f32f98f 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/catprinter.yml b/.github/workflows/catprinter.yml index d6ac9031d656..dbecace1c44e 100644 --- a/.github/workflows/catprinter.yml +++ b/.github/workflows/catprinter.yml @@ -91,7 +91,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/cf-warp.yml b/.github/workflows/cf-warp.yml index dd3e0b3c4039..31675a1a1203 100644 --- a/.github/workflows/cf-warp.yml +++ b/.github/workflows/cf-warp.yml @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/cloudflared.yml b/.github/workflows/cloudflared.yml index 95fe31ed5c9f..80b6c6cffcbf 100644 --- a/.github/workflows/cloudflared.yml +++ b/.github/workflows/cloudflared.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/coredns.yml b/.github/workflows/coredns.yml index ebbdca1b6277..90d76e487b34 100644 --- a/.github/workflows/coredns.yml +++ b/.github/workflows/coredns.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/ddosify.yml b/.github/workflows/ddosify.yml index b5d50da7db85..626c548f7a69 100644 --- a/.github/workflows/ddosify.yml +++ b/.github/workflows/ddosify.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dhcp-helper.yml b/.github/workflows/dhcp-helper.yml index 345e26122c8f..61fdfd0b2b02 100644 --- a/.github/workflows/dhcp-helper.yml +++ b/.github/workflows/dhcp-helper.yml @@ -77,7 +77,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index 5823584a2b4d..3efd6fdcb000 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dkimpy.yml b/.github/workflows/dkimpy.yml index f8ad170f19c0..ccf19e8210d8 100644 --- a/.github/workflows/dkimpy.yml +++ b/.github/workflows/dkimpy.yml @@ -89,7 +89,7 @@ jobs: - name: Build and push if: ${{ matrix.distro == 'alpine' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -113,7 +113,7 @@ jobs: - name: Build and push (${{ matrix.distro }}) if: ${{ matrix.distro == 'ubuntu' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dnscontrol.yml b/.github/workflows/dnscontrol.yml index c4126a954f29..d7c286b7b55e 100644 --- a/.github/workflows/dnscontrol.yml +++ b/.github/workflows/dnscontrol.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dnscrypt-proxy.yml b/.github/workflows/dnscrypt-proxy.yml index 3802eba73dc1..5a8eb9f3afa8 100644 --- a/.github/workflows/dnscrypt-proxy.yml +++ b/.github/workflows/dnscrypt-proxy.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dnsx.yml b/.github/workflows/dnsx.yml index 66518ec944f0..5d48d1c60075 100644 --- a/.github/workflows/dnsx.yml +++ b/.github/workflows/dnsx.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/docker-autocompose.yml b/.github/workflows/docker-autocompose.yml index 59e73343542a..6506501e96b2 100644 --- a/.github/workflows/docker-autocompose.yml +++ b/.github/workflows/docker-autocompose.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/docker-bench-security.yml b/.github/workflows/docker-bench-security.yml index 0da448580740..6584d68bacbc 100644 --- a/.github/workflows/docker-bench-security.yml +++ b/.github/workflows/docker-bench-security.yml @@ -78,7 +78,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/driftctl.yml b/.github/workflows/driftctl.yml index f023f7f7232c..182075033460 100644 --- a/.github/workflows/driftctl.yml +++ b/.github/workflows/driftctl.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dry.yml b/.github/workflows/dry.yml index 636abd57eef8..95d843e24c57 100644 --- a/.github/workflows/dry.yml +++ b/.github/workflows/dry.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/dsq.yml b/.github/workflows/dsq.yml index 2de8a95176b2..d892d0b31774 100644 --- a/.github/workflows/dsq.yml +++ b/.github/workflows/dsq.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/excalidraw.yml b/.github/workflows/excalidraw.yml index 74b7a6088ade..39c1f33f35e1 100644 --- a/.github/workflows/excalidraw.yml +++ b/.github/workflows/excalidraw.yml @@ -85,7 +85,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/fq.yml b/.github/workflows/fq.yml index 9336efc1696a..f7d0ad8dab39 100644 --- a/.github/workflows/fq.yml +++ b/.github/workflows/fq.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/freenginx.yml b/.github/workflows/freenginx.yml index 0b3dcb57ae03..10506880c81a 100644 --- a/.github/workflows/freenginx.yml +++ b/.github/workflows/freenginx.yml @@ -94,7 +94,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/gobgp.yml b/.github/workflows/gobgp.yml index aa620287b164..6304f940c3e2 100644 --- a/.github/workflows/gobgp.yml +++ b/.github/workflows/gobgp.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/gocannon.yml b/.github/workflows/gocannon.yml index 17371c507050..646b128f67b3 100644 --- a/.github/workflows/gocannon.yml +++ b/.github/workflows/gocannon.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/goplay2.yml b/.github/workflows/goplay2.yml index 0b09b5bbda6c..13baf9f13530 100644 --- a/.github/workflows/goplay2.yml +++ b/.github/workflows/goplay2.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/goreplay.yml b/.github/workflows/goreplay.yml index 604b3aa7d12a..6c403445a3d9 100644 --- a/.github/workflows/goreplay.yml +++ b/.github/workflows/goreplay.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/gotip.yml b/.github/workflows/gotip.yml index 142d98933bd5..c41ef972fb15 100644 --- a/.github/workflows/gotip.yml +++ b/.github/workflows/gotip.yml @@ -93,7 +93,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/gron.yml b/.github/workflows/gron.yml index 4e116f541431..554f13ca6889 100644 --- a/.github/workflows/gron.yml +++ b/.github/workflows/gron.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/hakrawler.yml b/.github/workflows/hakrawler.yml index 7ba1e70d0b9d..7531412fe90d 100644 --- a/.github/workflows/hakrawler.yml +++ b/.github/workflows/hakrawler.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/headscale.yml b/.github/workflows/headscale.yml index d413bd4077bc..1b9c75c7d9ed 100644 --- a/.github/workflows/headscale.yml +++ b/.github/workflows/headscale.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/httpie-go.yml b/.github/workflows/httpie-go.yml index 05661d9fb66b..5ecb8ece1fbd 100644 --- a/.github/workflows/httpie-go.yml +++ b/.github/workflows/httpie-go.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/httprobe.yml b/.github/workflows/httprobe.yml index 38d78f5e0f4c..ac283953fccf 100644 --- a/.github/workflows/httprobe.yml +++ b/.github/workflows/httprobe.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/httpx.yml b/.github/workflows/httpx.yml index b37fc4227a4f..0c8a2712fd52 100644 --- a/.github/workflows/httpx.yml +++ b/.github/workflows/httpx.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/imapsync.yml b/.github/workflows/imapsync.yml index 4feb35b20b44..8d0fdbb5c33d 100644 --- a/.github/workflows/imapsync.yml +++ b/.github/workflows/imapsync.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/lego.yml b/.github/workflows/lego.yml index f0a0e5fd770c..be0d0d5038f5 100644 --- a/.github/workflows/lego.yml +++ b/.github/workflows/lego.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/log4j-scan.yml b/.github/workflows/log4j-scan.yml index 83a77ad08bda..afa6591054b1 100644 --- a/.github/workflows/log4j-scan.yml +++ b/.github/workflows/log4j-scan.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/logmepwn.yml b/.github/workflows/logmepwn.yml index 89b566de199b..759266a2fc73 100644 --- a/.github/workflows/logmepwn.yml +++ b/.github/workflows/logmepwn.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/lpar2rrd.yml b/.github/workflows/lpar2rrd.yml index 10544cbe0545..da88310f2cda 100644 --- a/.github/workflows/lpar2rrd.yml +++ b/.github/workflows/lpar2rrd.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/miller.yml b/.github/workflows/miller.yml index 22d89d04b474..85c1182c33ea 100644 --- a/.github/workflows/miller.yml +++ b/.github/workflows/miller.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/nebula.yml b/.github/workflows/nebula.yml index c484c72cc331..8f0f9675f1a2 100644 --- a/.github/workflows/nebula.yml +++ b/.github/workflows/nebula.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/netmaker.yml b/.github/workflows/netmaker.yml index 6afad604c050..2015a20bee1f 100644 --- a/.github/workflows/netmaker.yml +++ b/.github/workflows/netmaker.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/nginx-distroless.yml b/.github/workflows/nginx-distroless.yml index 5b3567608fb6..6757fb6ba76c 100644 --- a/.github/workflows/nginx-distroless.yml +++ b/.github/workflows/nginx-distroless.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -107,7 +107,7 @@ jobs: ghcr.io/${{ env.REPOSITORY }}:stable - name: Build and push (latest) - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/nginx-quic.yml b/.github/workflows/nginx-quic.yml index 8683a7484bf0..d93c87a46e3e 100644 --- a/.github/workflows/nginx-quic.yml +++ b/.github/workflows/nginx-quic.yml @@ -91,7 +91,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push (${{ matrix.quic }}) - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -172,7 +172,7 @@ jobs: - name: Build and push (${{ matrix.quic }}) if: ${{ matrix.quic != 'boringssl' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -194,7 +194,7 @@ jobs: - name: Build and push (latest) if: ${{ matrix.quic == 'boringssl' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 8b55e7f1c571..9cf04403c77e 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -94,7 +94,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/ntfy.yml b/.github/workflows/ntfy.yml index f42dd3e71255..bb9df154bdd8 100644 --- a/.github/workflows/ntfy.yml +++ b/.github/workflows/ntfy.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/octosql.yml b/.github/workflows/octosql.yml index d48880c27ae3..5dac80081193 100644 --- a/.github/workflows/octosql.yml +++ b/.github/workflows/octosql.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/onetun.yml b/.github/workflows/onetun.yml index c20cbec7f7e4..082dca53d812 100644 --- a/.github/workflows/onetun.yml +++ b/.github/workflows/onetun.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/opentofu.yml b/.github/workflows/opentofu.yml index 75429e9d3259..619e1d09a88b 100644 --- a/.github/workflows/opentofu.yml +++ b/.github/workflows/opentofu.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/pia-wg.yml b/.github/workflows/pia-wg.yml index 07e90ff433dd..563640d472f4 100644 --- a/.github/workflows/pia-wg.yml +++ b/.github/workflows/pia-wg.yml @@ -87,7 +87,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 2040e8dd17c0..5826421b4219 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/pwru.yml b/.github/workflows/pwru.yml index e5b1a3aa58e5..41db999c31fd 100644 --- a/.github/workflows/pwru.yml +++ b/.github/workflows/pwru.yml @@ -90,7 +90,7 @@ jobs: - name: Build and push (Ubuntu) if: ${{ matrix.distro == 'ubuntu' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -112,7 +112,7 @@ jobs: - name: Build and push (Alpine) if: ${{ matrix.distro == 'alpine' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/rclone.yml b/.github/workflows/rclone.yml index f29fee44fa98..031cc106b8fe 100644 --- a/.github/workflows/rclone.yml +++ b/.github/workflows/rclone.yml @@ -83,7 +83,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/rdap.yml b/.github/workflows/rdap.yml index da1845cd5668..d16bb8dae557 100644 --- a/.github/workflows/rdap.yml +++ b/.github/workflows/rdap.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/rustybgp.yml b/.github/workflows/rustybgp.yml index 43657072dee8..861b30b1aadb 100644 --- a/.github/workflows/rustybgp.yml +++ b/.github/workflows/rustybgp.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/sftpd.yml b/.github/workflows/sftpd.yml index 500ab05f125e..f52a801f3964 100644 --- a/.github/workflows/sftpd.yml +++ b/.github/workflows/sftpd.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/snowball.yml b/.github/workflows/snowball.yml index eca2062d7dc7..684312d811ca 100644 --- a/.github/workflows/snowball.yml +++ b/.github/workflows/snowball.yml @@ -84,7 +84,7 @@ jobs: - name: Build and push id: push-step - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/spicedb.yml b/.github/workflows/spicedb.yml index 9549fef9ac2a..2caa7528e3c2 100644 --- a/.github/workflows/spicedb.yml +++ b/.github/workflows/spicedb.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/ssh-audit.yml b/.github/workflows/ssh-audit.yml index 3148222a5d64..c3f56f67bbdb 100644 --- a/.github/workflows/ssh-audit.yml +++ b/.github/workflows/ssh-audit.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/sslyze.yml b/.github/workflows/sslyze.yml index 43a16d5b86a5..4127fa625027 100644 --- a/.github/workflows/sslyze.yml +++ b/.github/workflows/sslyze.yml @@ -89,7 +89,7 @@ jobs: - name: Build and push if: ${{ matrix.distro == 'ubuntu' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -114,7 +114,7 @@ jobs: - name: Build and push (Alpine) if: ${{ matrix.distro == 'alpine' }} - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/stor2rrd.yml b/.github/workflows/stor2rrd.yml index ead6a64a6572..38e19e58113f 100644 --- a/.github/workflows/stor2rrd.yml +++ b/.github/workflows/stor2rrd.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/subfinder.yml b/.github/workflows/subfinder.yml index 4b7d9be07dd5..3fbe4bb8f05d 100644 --- a/.github/workflows/subfinder.yml +++ b/.github/workflows/subfinder.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index 7fc03752b8df..6ac9808f8755 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -85,7 +85,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 100ab41bb825..b562c5439fe0 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/testssl.sh.yml b/.github/workflows/testssl.sh.yml index bfcb6d3ea89b..2b3865c986c3 100644 --- a/.github/workflows/testssl.sh.yml +++ b/.github/workflows/testssl.sh.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} @@ -100,7 +100,7 @@ jobs: ghcr.io/${{ env.REPOSITORY }}:stable # - name: Build and push (3.0) -# uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 +# uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 # with: # push: ${{ github.event_name != 'pull_request' }} # context: ${{ github.workflow }} @@ -116,7 +116,7 @@ jobs: # ghcr.io/${{ env.REPOSITORY }}:3.0 - name: Build and push (3.2) - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/textql.yml b/.github/workflows/textql.yml index 4edb21c4e4a1..b67d49f76135 100644 --- a/.github/workflows/textql.yml +++ b/.github/workflows/textql.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/tftpd.yml b/.github/workflows/tftpd.yml index 9807b984835e..d67a286ebc8c 100644 --- a/.github/workflows/tftpd.yml +++ b/.github/workflows/tftpd.yml @@ -80,7 +80,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/toxiproxy.yml b/.github/workflows/toxiproxy.yml index d2aab22cf5d7..9fd1162afa65 100644 --- a/.github/workflows/toxiproxy.yml +++ b/.github/workflows/toxiproxy.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 5f6e3ff4cce1..71efa9df3365 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -85,7 +85,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/unbound.yml b/.github/workflows/unbound.yml index 7894d8ecb4c2..8023199e5fe8 100644 --- a/.github/workflows/unbound.yml +++ b/.github/workflows/unbound.yml @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/vegeta.yml b/.github/workflows/vegeta.yml index 6eebee94a508..704dfa0a7d2a 100644 --- a/.github/workflows/vegeta.yml +++ b/.github/workflows/vegeta.yml @@ -82,7 +82,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/visidata.yml b/.github/workflows/visidata.yml index 39f394b937bb..9ffc1769e3f2 100644 --- a/.github/workflows/visidata.yml +++ b/.github/workflows/visidata.yml @@ -86,7 +86,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/watchtower.yml b/.github/workflows/watchtower.yml index 5d85ee882fdb..634f5550de38 100644 --- a/.github/workflows/watchtower.yml +++ b/.github/workflows/watchtower.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/whois.yml b/.github/workflows/whois.yml index 1defa3212cf5..d08d8f8009de 100644 --- a/.github/workflows/whois.yml +++ b/.github/workflows/whois.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/wuzz.yml b/.github/workflows/wuzz.yml index 0a3daa9c6fc9..3bffcd913e9b 100644 --- a/.github/workflows/wuzz.yml +++ b/.github/workflows/wuzz.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/yggdrasil-go.yml b/.github/workflows/yggdrasil-go.yml index c6a4f1b86ab8..cb4544e24f00 100644 --- a/.github/workflows/yggdrasil-go.yml +++ b/.github/workflows/yggdrasil-go.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/youtube-dl.yml b/.github/workflows/youtube-dl.yml index 3e4a9ce47cb1..1e80f935ff7f 100644 --- a/.github/workflows/youtube-dl.yml +++ b/.github/workflows/youtube-dl.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/yt-dlp-nightly-builds.yml b/.github/workflows/yt-dlp-nightly-builds.yml index 8dc1a7f8df39..cc63247c3cc4 100644 --- a/.github/workflows/yt-dlp-nightly-builds.yml +++ b/.github/workflows/yt-dlp-nightly-builds.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: yt-dlp diff --git a/.github/workflows/yt-dlp.yml b/.github/workflows/yt-dlp.yml index e8d3d81e033e..e0b313fe69ff 100644 --- a/.github/workflows/yt-dlp.yml +++ b/.github/workflows/yt-dlp.yml @@ -81,7 +81,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }} diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml index 17a0c9b20ed7..6613bc19e294 100644 --- a/.github/workflows/zola.yml +++ b/.github/workflows/zola.yml @@ -84,7 +84,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Build and push - uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v2.8.0 + uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v2.8.0 with: push: ${{ github.event_name != 'pull_request' }} context: ${{ github.workflow }}