mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 14:10:23 +08:00
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:
committed by
GitHub
parent
91ccfe2631
commit
52aecf1094
2
.github/workflows/apps.release.yaml
vendored
2
.github/workflows/apps.release.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user