Skip to content

Commit cb47b8c

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

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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
199+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
211+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
212212
with:
213213
context: .
214214
# When exporting as artifact, only single platform is supported

0 commit comments

Comments
 (0)