Skip to content

Commit d25dee8

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent e0473ca commit d25dee8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Build and push
7171
id: docker_build
72-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
72+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
7373
with:
7474
context: ./
7575
tags: ${{ steps.img_meta.outputs.tags }}

.github/workflows/self-hosted-build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Build and push
7171
id: docker_build
72-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
72+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
7373
with:
7474
context: ./
7575
tags: ${{ steps.img_meta.outputs.tags }}

0 commit comments

Comments
 (0)