Skip to content

Commit 0b2d70d

Browse files
chore(deps): update docker/build-push-action action to v7 (#1409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b13c09 commit 0b2d70d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: build and push image
6161
id: push
62-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
62+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
6363
with:
6464
context: .
6565
file: ./Dockerfile
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: build and push image
116116
id: push
117-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
117+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
118118
with:
119119
context: .
120120
file: ./Dockerfile-alpine

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: build and push image
5555
id: push
56-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
56+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
5757
with:
5858
context: .
5959
file: ./Dockerfile
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: build and push image
105105
id: push
106-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
106+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
107107
with:
108108
context: .
109109
file: ./Dockerfile-alpine

0 commit comments

Comments
 (0)