We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca1abc commit cb47b8cCopy full SHA for cb47b8c
1 file changed
.github/actions/build-container/action.yaml
@@ -196,7 +196,7 @@ runs:
196
197
- name: Build and Push
198
if: inputs.push == 'true'
199
- uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
+ uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
200
with:
201
context: .
202
platforms: ${{ inputs.platforms }}
@@ -208,7 +208,7 @@ runs:
208
209
- name: Build and Export
210
if: inputs.push != 'true'
211
212
213
214
# When exporting as artifact, only single platform is supported
0 commit comments