build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 #5
Annotations
3 errors
Actionlint:
.github/workflows/build-test-image.yml#L23
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/build-test-image.yml:23:9: shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting [shellcheck]
|
Actionlint:
.github/workflows/publish-release.yml#L67
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/publish-release.yml:67:9: shellcheck reported issue in this script: SC2086:info:1:45: Double quote to prevent globbing and word splitting [shellcheck]
|
Actionlint:
.github/workflows/publish-release.yml#L103
[actionlint] reported by reviewdog 🐶
this step is for running shell command since it contains at least one of "run", "shell" keys, but also contains "with" key which is used for running action [syntax-check]
Raw Output:
.github/workflows/publish-release.yml:103:9: this step is for running shell command since it contains at least one of "run", "shell" keys, but also contains "with" key which is used for running action [syntax-check]
|