4 Commits

Author SHA1 Message Date
fea5468394 Merge pull request 'chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.11' (#69) from renovate/workflow-dependencies-(minor-and-patch) into main
All checks were successful
changelog / changelog (push) Successful in 9s
check-and-test / check-and-test (push) Successful in 36s
Reviewed-on: #69
2026-03-29 21:37:19 +00:00
67cf3c8e13 fix(actions): install yamllint through pip to fix alpine package issues
All checks were successful
check-and-test / check-and-test (pull_request) Successful in 38s
2026-03-29 17:36:25 -04:00
23abf1a399 rm yamllint from packages (not needed)
Some checks failed
check-and-test / check-and-test (pull_request) Failing after 33s
2026-03-29 17:33:04 -04:00
f87b9b34c7 chore(deps): update docker.io/thegeeklab/git-sv docker tag to v2.0.11
Some checks failed
commitlint / check-and-test (pull_request) Successful in 3s
check-and-test / check-and-test (pull_request) Failing after 4s
2026-03-29 12:01:03 +00:00
3 changed files with 7 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.10
container: docker.io/thegeeklab/git-sv:2.0.11
steps:
- name: install tools
run: |

View File

@@ -91,7 +91,7 @@ jobs:
release-gitea:
needs: generate-chart-publish
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.10
container: docker.io/thegeeklab/git-sv:2.0.11
steps:
- name: install tools
run: |

View File

@@ -18,9 +18,12 @@ jobs:
container: alpine/helm:4.1.3
steps:
- name: install tools
run: |
run: | # Hacky way of installing yamllint due to previous action failures, likely not needed after dependency fix is made on Alpine's side
apk update
apk add --update bash make nodejs npm yamllint ncurses
apk add --update bash make nodejs npm ncurses python3 py3-pip
python3 -m venv /opt/venv
/opt/venv/bin/pip install yamllint
ln -s /opt/venv/bin/yamllint /usr/local/bin/yamllint
- uses: actions/checkout@v6
- name: install chart dependencies
run: helm dependency build