From 99fd827b2c1a60c5f9f70dd2742bf283b94ad541 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 6 Nov 2022 20:11:11 +0100 Subject: [PATCH] chore(deps): update ghcr.io/truecharts/devcontainer:v2.6.0 docker digest to 479b7ce (#4133) --- .github/workflows/catalog-test.yaml | 2 +- .github/workflows/charts-release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index 52330bea9f5..58ad7bd54cc 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -15,7 +15,7 @@ jobs: name: Test SCALE Catalog runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:479b7ced549ea5fc69219587818885a7eef3ed3a54449e9ceb8645e3323a483f steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 name: Checkout diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 63d8b935fb6..d0cd98bbe40 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -14,7 +14,7 @@ jobs: release-scale: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:479b7ced549ea5fc69219587818885a7eef3ed3a54449e9ceb8645e3323a483f steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@b91bb02bc122bd84ac7bbea5f25ed6b0f2ec6275 # tag=v0.9.2 @@ -175,7 +175,7 @@ jobs: release-helm: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:479b7ced549ea5fc69219587818885a7eef3ed3a54449e9ceb8645e3323a483f needs: release-scale steps: - name: Install Kubernetes tools