fix(ci): update devcontainer to verbose catalog validation steps

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-04 18:35:37 +01:00
parent c2bc4fa8c9
commit cd5120a9a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.2.0"
"image": "tccr.io/truecharts/devcontainer:v2.2.1"
// Set *default* container specific settings.json values on container create.
"settings": {
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: gitpush
container:
image: ghcr.io/truecharts/devcontainer:v2.2.0
image: ghcr.io/truecharts/devcontainer:v2.2.1
steps:
- uses: actions/checkout@v2
+1 -1
View File
@@ -159,7 +159,7 @@ jobs:
release-test:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.2.0
image: ghcr.io/truecharts/devcontainer:v2.2.1
steps:
- name: Cache helm repo cache
id: cache
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
name: Unit and Lint tests
runs-on: ubuntu-latest
container:
image: tccr.io/truecharts/devcontainer:v2.2.0
image: tccr.io/truecharts/devcontainer:v2.2.1
steps:
- name: Cache helm repo cache
id: cache