Skip to content

Commit 78791fb

Browse files
chore(deps): update docker/build-push-action action to v5
1 parent e0473ca commit 78791fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.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@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
7373
with:
7474
context: ./
7575
tags: ${{ steps.img_meta.outputs.tags }}

0 commit comments

Comments
 (0)