Skip to content

Commit ac95e73

Browse files
Bump docker/build-push-action from 6.1.0 to 6.2.0 (#2171)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@31159d4...1556069) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a818b7f commit ac95e73

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
114114

115115
- name: Build Docker Image
116-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
116+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
117117
with:
118118
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }}
119119
context: "."

.github/workflows/conformance.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
TELEMETRY_ENDPOINT_INSECURE: "false"
8787

8888
- name: Build NGF Docker Image
89-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
89+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
9090
with:
9191
file: build/Dockerfile
9292
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -97,7 +97,7 @@ jobs:
9797
pull: true
9898

9999
- name: Build NGINX Docker Image
100-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
100+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
101101
with:
102102
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
103103
tags: ${{ steps.nginx-meta.outputs.tags }}
@@ -116,7 +116,7 @@ jobs:
116116
working-directory: ./tests
117117

118118
- name: Build Test Docker Image
119-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
119+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
120120
with:
121121
file: tests/conformance/Dockerfile
122122
tags: conformance-test-runner:${{ github.sha }}

.github/workflows/functional.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
TELEMETRY_ENDPOINT_INSECURE: "true"
7575

7676
- name: Build NGF Docker Image
77-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
77+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
7878
with:
7979
file: build/Dockerfile
8080
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -85,7 +85,7 @@ jobs:
8585
target: goreleaser
8686

8787
- name: Build NGINX Docker Image
88-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
88+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
8989
with:
9090
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
9191
tags: ${{ steps.nginx-meta.outputs.tags }}

.github/workflows/helm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }}
6161
6262
- name: Build NGF Docker Image
63-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
63+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
6464
with:
6565
file: build/Dockerfile
6666
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -71,7 +71,7 @@ jobs:
7171
pull: true
7272

7373
- name: Build NGINX Docker Image
74-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
74+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
7575
with:
7676
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
7777
tags: ${{ steps.nginx-meta.outputs.tags }}

.github/workflows/nfr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Build NGINX Plus Docker Image
9191
if: ${{ inputs.nginx_plus == true }}
92-
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
92+
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
9393
with:
9494
file: build/Dockerfile.nginxplus
9595
tags: ${{ steps.nginx-meta.outputs.tags }}

0 commit comments

Comments
 (0)