mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:20:23 +08:00
feat: enable pre-commit on release pipeline and limit appversion length
This commit is contained in:
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: gitpush
|
||||
container:
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.2.0
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.3.0
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/apps.test.yaml
vendored
2
.github/workflows/apps.test.yaml
vendored
@@ -196,7 +196,7 @@ jobs:
|
||||
release-test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.2.0
|
||||
image: ghcr.io/truecharts/truecharts-release:v1.3.0
|
||||
steps:
|
||||
- name: Cache helm repo cache
|
||||
id: cache
|
||||
|
||||
Reference in New Issue
Block a user