chore: update gh actions to publish to docker

This commit is contained in:
synacktra.work@gmail.com 2025-11-12 15:29:11 +05:30
parent a01e6479b6
commit d872b73f57
9 changed files with 53 additions and 221 deletions

View file

@ -4,7 +4,6 @@ permissions: {}
jobs:
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
-
@ -31,5 +30,3 @@ jobs:
-
name: Validate JSON and YML files
uses: GrantBirki/json-yaml-validate@v4
with:
yaml_exclude_regex: ".*\\kubernetes\\.yml$"