Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c4144c

Browse files
authoredMay 19, 2025··
build(deps): bump docker/build-push-action in the updates group (#243)
1 parent a5b0eee commit 5c4144c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Build and push
9494
id: docker_build
95-
uses: docker/build-push-action@v6.16.0
95+
uses: docker/build-push-action@v6.17.0
9696
with:
9797
platforms: ${{ matrix.platforms }}
9898
# ensure latest base image is used

‎.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build
3232
id: docker_build
33-
uses: docker/build-push-action@v6.16.0
33+
uses: docker/build-push-action@v6.17.0
3434
with:
3535
platforms: ${{ matrix.platforms }}
3636
# ensure latest base image is used

0 commit comments

Comments
 (0)
Please sign in to comment.