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 }}