Skip to content

Commit e81d17a

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-container/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ runs:
196196
197197
- name: Build and Push
198198
if: inputs.push == 'true'
199-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
199+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
200200
with:
201201
context: .
202202
platforms: ${{ inputs.platforms }}
@@ -208,7 +208,7 @@ runs:
208208

209209
- name: Build and Export
210210
if: inputs.push != 'true'
211-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
211+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
212212
with:
213213
context: .
214214
# When exporting as artifact, only single platform is supported

0 commit comments

Comments
 (0)