From 05855cf33b3552fca7f780e71d0ff920fbcb92a1 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 21 Feb 2024 14:28:40 +0100 Subject: [PATCH] remove last dev-container reference --- .github/workflows/charts-release.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 8da0cb186c3..5067d6df82a 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -13,8 +13,6 @@ on: jobs: release-helm: runs-on: ubuntu-latest - container: - image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -29,6 +27,10 @@ jobs: repository: truecharts/helm-staging token: ${{ secrets.BOT_TOKEN }} path: helm + + - name: Install pre-commit, yamale and yamllint + run: | + pip3 install --no-cache-dir pre-commit - name: Fix Pre-Commit issues shell: bash