Skip to content

Commit 3b53309

Browse files
build(deps): bump docker/build-push-action in the updates group (#232)
1 parent 78e3583 commit 3b53309

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.13.0
95+
uses: docker/build-push-action@v6.14.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.13.0
33+
uses: docker/build-push-action@v6.14.0
3434
with:
3535
platforms: ${{ matrix.platforms }}
3636
# ensure latest base image is used

0 commit comments

Comments
 (0)