diff --git a/.github/workflows/build-oss.yml b/.github/workflows/build-oss.yml index 3a363759bc..771e72b787 100644 --- a/.github/workflows/build-oss.yml +++ b/.github/workflows/build-oss.yml @@ -130,7 +130,7 @@ jobs: io.artifacthub.package.keywords=kubernetes,ingress,nginx,controller - name: Build Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 id: build-push with: file: build/Dockerfile diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index 8fe81f84b8..f5ab73ad66 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -114,7 +114,7 @@ jobs: if: ${{ inputs.nap_modules != '' }} - name: Build Plus Docker image - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: file: build/Dockerfile context: "." @@ -176,7 +176,7 @@ jobs: if: ${{ github.ref_type == 'tag' && contains(inputs.target, 'aws') }} - name: Load image for Trivy - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: file: build/Dockerfile context: "." diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23f21bb702..b7e68eae84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 - name: Build Docker Image ${{ matrix.image }} - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: file: build/Dockerfile context: "." @@ -278,7 +278,7 @@ jobs: uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 - name: Build Test-Runner Container - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1 + uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0 with: file: tests/Dockerfile context: "."