fix(tests): use GHCR for install tests (#1461)

* fix(tests): use GHCR for install tests

* bump jackett to test ci

* also use ghcr.io for other tests

* actually process all yaml files to ghcr, not just values.yaml
This commit is contained in:
Kjeld Schouten-Lebbing
2021-12-04 11:04:24 +01:00
committed by GitHub
parent 91ccfe2631
commit 52aecf1094
5 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: gitpush
container:
image: tccr.io/truecharts/devcontainer:v2.1.0
image: ghcr.io/truecharts/devcontainer:v2.1.0
steps:
- uses: actions/checkout@v2