restructure workflows to use the devcontainer as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user