restructure workflows to use the devcontainer as well

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-28 16:00:20 +02:00
parent 77a67ccc29
commit d16997b5e3
2 changed files with 4 additions and 34 deletions
+1 -6
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: gitpush
container:
image: ghcr.io/truecharts/truecharts-release:v1.3.0
image: image: ghcr.io/truecharts/devcontainer:v2.0.0
steps:
- uses: actions/checkout@v2
@@ -28,11 +28,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
path: catalog
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.5.3
- name: build-and-run
run: |
tools/build-release.sh -p --config .github/cr.yaml