Skip to content

Commit 1253b31

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 2277a18 commit 1253b31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
194194
- name: Build and push by digest
195195
id: build
196-
uses: docker/build-push-action@v6
196+
uses: docker/build-push-action@v7
197197
with:
198198
context: .
199199
platforms: ${{ matrix.platform }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Build and push by digest
139139
id: build
140-
uses: docker/build-push-action@v6
140+
uses: docker/build-push-action@v7
141141
with:
142142
context: .
143143
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)