mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
cannot use env var
This commit is contained in:
parent
a962db4611
commit
5a32b7ce18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/iso.yml
vendored
2
.github/workflows/iso.yml
vendored
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
- registry_cache:/registry_cache
|
||||
services:
|
||||
dockerregistry:
|
||||
image: ${{ env.IMAGE_REGISTRY }}/docker_cache:latest
|
||||
image: ghcr.io/${{ github.repository_owner }}/docker_cache:latest
|
||||
ports:
|
||||
- 5000:5000
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue