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 99d5e1a commit fab9162Copy full SHA for fab9162
action.yml
@@ -210,7 +210,7 @@ runs:
210
- name: Build and push Docker images
211
# Do not update to >=v6 untill the issue would be solved
212
# https://github.com/docker/build-push-action/issues/1167
213
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
214
id: docker-build-push-action
215
with:
216
allow: ${{ inputs.allow }}
0 commit comments