Skip to content

Commit fab9162

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 99d5e1a commit fab9162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ runs:
210210
- name: Build and push Docker images
211211
# Do not update to >=v6 untill the issue would be solved
212212
# https://github.com/docker/build-push-action/issues/1167
213-
uses: docker/build-push-action@v5
213+
uses: docker/build-push-action@v6
214214
id: docker-build-push-action
215215
with:
216216
allow: ${{ inputs.allow }}

0 commit comments

Comments
 (0)