Skip to content

Commit 7de105c

Browse files
Bump docker/build-push-action from 5.0.0 to 5.1.0 (#1257)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0565240...4a13e50) --- 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 ab11522 commit 7de105c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }}
191191
192192
- name: Build NGF Docker Image
193-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
193+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
194194
with:
195195
file: build/Dockerfile
196196
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -202,7 +202,7 @@ jobs:
202202
pull: true
203203

204204
- name: Build NGINX Docker Image
205-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
205+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
206206
with:
207207
file: build/Dockerfile.nginx
208208
tags: ${{ steps.nginx-meta.outputs.tags }}
@@ -292,7 +292,7 @@ jobs:
292292
type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }}
293293
294294
- name: Build Docker Image
295-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
295+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
296296
with:
297297
file: ${{ matrix.container == 'nginx' && 'build/Dockerfile.nginx' || 'build/Dockerfile' }}
298298
context: "."

.github/workflows/conformance.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
args: build --snapshot --clean
8585

8686
- name: Build NGF Docker Image
87-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
87+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
8888
with:
8989
file: build/Dockerfile
9090
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -96,7 +96,7 @@ jobs:
9696
pull: true
9797

9898
- name: Build NGINX Docker Image
99-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
99+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
100100
with:
101101
file: build/Dockerfile.nginx
102102
tags: ${{ steps.nginx-meta.outputs.tags }}
@@ -115,7 +115,7 @@ jobs:
115115
working-directory: ./conformance
116116

117117
- name: Build Test Docker Image
118-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
118+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
119119
with:
120120
file: conformance/tests/Dockerfile
121121
tags: conformance-test-runner:${{ github.sha }}

.github/workflows/update-docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
${{ needs.variables.outputs.ngf_tag }}
107107
108108
- name: Build Docker Image
109-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
109+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
110110
with:
111111
file: 'build/Dockerfile.nginx'
112112
context: "."

0 commit comments

Comments
 (0)