Skip to content

Commit cd6f743

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent aa16c1c commit cd6f743

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
@@ -209,7 +209,7 @@ runs:
209209
- name: Build and push Docker images
210210
# Do not update to >=v6 untill the issue would be solved
211211
# https://github.com/docker/build-push-action/issues/1167
212-
uses: docker/build-push-action@v5
212+
uses: docker/build-push-action@v6
213213
id: docker-build-push-action
214214
with:
215215
allow: ${{ inputs.allow }}

0 commit comments

Comments
 (0)