Compare commits
4 Commits
1b94cbb01c
...
fea5468394
| Author | SHA1 | Date | |
|---|---|---|---|
| fea5468394 | |||
|
67cf3c8e13
|
|||
|
23abf1a399
|
|||
|
f87b9b34c7
|
@@ -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: |
|
||||
|
||||
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user