mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-18 05:26:17 +08:00
fix(ci): update devcontainer to verbose catalog validation steps
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby
|
||||
{
|
||||
"name": "Ruby",
|
||||
"image": "tccr.io/truecharts/devcontainer:v2.1.1"
|
||||
"image": "tccr.io/truecharts/devcontainer:v2.2.0"
|
||||
|
||||
// Set *default* container specific settings.json values on container create.
|
||||
"settings": {
|
||||
|
||||
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/devcontainer:v2.1.1
|
||||
image: ghcr.io/truecharts/devcontainer:v2.2.0
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
2
.github/workflows/apps.test.yaml
vendored
2
.github/workflows/apps.test.yaml
vendored
@@ -159,7 +159,7 @@ jobs:
|
||||
release-test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/truecharts/devcontainer:v2.1.1
|
||||
image: ghcr.io/truecharts/devcontainer:v2.2.0
|
||||
steps:
|
||||
- name: Cache helm repo cache
|
||||
id: cache
|
||||
|
||||
4
.github/workflows/common.test.yaml
vendored
4
.github/workflows/common.test.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
name: Unit and Lint tests
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: tccr.io/truecharts/devcontainer:v2.1.0
|
||||
image: tccr.io/truecharts/devcontainer:v2.2.0
|
||||
steps:
|
||||
- name: Cache helm repo cache
|
||||
id: cache
|
||||
@@ -106,4 +106,4 @@ jobs:
|
||||
version: v1.19
|
||||
|
||||
- name: Run chart-testing (install)
|
||||
run: find ./charts/library/common-test -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/library/common-test'
|
||||
run: ct install --config .github/ct-install.yaml --charts 'charts/library/common-test'
|
||||
|
||||
Reference in New Issue
Block a user