From cb5ec21e150fbbec8c943561fcf3979c777cdbca Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 7 Sep 2021 13:36:35 +0200 Subject: [PATCH] try using our own container for the release pipeline --- .github/workflows/apps.release.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index 7e0a3c6d8b0..66e51401572 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -19,7 +19,7 @@ jobs: concurrency: gitpush runs-on: ubuntu-latest container: - image: ixsystems/catalog_validation:latest + image: ghcr.io/truecharts/truecharts-release:v1.0.0 steps: # wait and Prep cache - name: Block concurrent jobs @@ -67,14 +67,7 @@ jobs: - name: install brew and chart releaser run: | - apt-get install build-essential curl file git - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" - test -d ~/.linuxbrew && eval $(~/.linuxbrew/bin/brew shellenv) - test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) - test -r ~/.bash_profile && echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.bash_profile - echo "eval \$($(brew --prefix)/bin/brew shellenv)" >>~/.profile - brew tap helm/tap - brew install chart-releaser + cr --help - name: update helm repo cache run: |