mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 01:10:22 -08:00
Compare commits
3 Commits
9c1c80d543
...
68547796b5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68547796b5 | ||
|
|
0bffce2dc0 | ||
|
|
efe6b65aca |
4
.github/workflows/chart-test.yaml
vendored
4
.github/workflows/chart-test.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.6.1
|
uses: helm/chart-testing-action@v2.8.0
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: ct lint
|
run: ct lint
|
||||||
@ -80,7 +80,7 @@ jobs:
|
|||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
|
||||||
- name: Set up chart-testing
|
- name: Set up chart-testing
|
||||||
uses: helm/chart-testing-action@v2.6.1
|
uses: helm/chart-testing-action@v2.8.0
|
||||||
|
|
||||||
# See https://github.com/kubernetes-sigs/kind/releases/tag/v0.17.0
|
# See https://github.com/kubernetes-sigs/kind/releases/tag/v0.17.0
|
||||||
- name: Determine KinD node image version
|
- name: Determine KinD node image version
|
||||||
|
|||||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: build binaries
|
- name: build binaries
|
||||||
uses: wangyoucao577/go-release-action@v1.54
|
uses: wangyoucao577/go-release-action@v1.55
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goversion: 1.23
|
goversion: 1.23
|
||||||
|
|||||||
2
.github/workflows/release_arm.yaml
vendored
2
.github/workflows/release_arm.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: build binaries
|
- name: build binaries
|
||||||
uses: wangyoucao577/go-release-action@v1.54
|
uses: wangyoucao577/go-release-action@v1.55
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goversion: 1.23
|
goversion: 1.23
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user