From f9a26ebd6abe1898bf4b1bc9894c9280bbd34c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:29:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 5.1.0 to 5.2.0 (#1658) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56...af5a7ed5ba88268d5278f7203fb52cd833f66d6e) --- 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/build.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/conformance.yml | 6 +++--- .github/workflows/nfr.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c122bc927b..0e99fb52dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Build Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }} context: "." diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2abe7c4187..b4ac7c22d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }} - name: Build NGF Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile tags: ${{ steps.ngf-meta.outputs.tags }} @@ -212,7 +212,7 @@ jobs: pull: true - name: Build NGINX Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile.nginx tags: ${{ steps.nginx-meta.outputs.tags }} diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index e419af27cb..7ce2c83373 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -86,7 +86,7 @@ jobs: args: build --snapshot --clean - name: Build NGF Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile tags: ${{ steps.ngf-meta.outputs.tags }} @@ -98,7 +98,7 @@ jobs: pull: true - name: Build NGINX Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile${{ matrix.nginx-image == 'nginx' && '.nginx' || '' }}${{ matrix.nginx-image == 'nginx-plus' && '.nginxplus' || ''}} tags: ${{ steps.nginx-meta.outputs.tags }} @@ -118,7 +118,7 @@ jobs: working-directory: ./conformance - name: Build Test Docker Image - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: conformance/tests/Dockerfile tags: conformance-test-runner:${{ github.sha }} diff --git a/.github/workflows/nfr.yml b/.github/workflows/nfr.yml index dabc986878..9826b212cf 100644 --- a/.github/workflows/nfr.yml +++ b/.github/workflows/nfr.yml @@ -89,7 +89,7 @@ jobs: - name: Build NGINX Plus Docker Image if: ${{ inputs.nginx_plus == true }} - uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0 + uses: docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 with: file: build/Dockerfile.nginxplus tags: ${{ steps.nginx-meta.outputs.tags }}