1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

cannot use env var

This commit is contained in:
Jason N. 2024-02-13 14:26:47 +00:00
parent a962db4611
commit 5a32b7ce18

View file

@ -65,7 +65,7 @@ jobs:
- registry_cache:/registry_cache - registry_cache:/registry_cache
services: services:
dockerregistry: dockerregistry:
image: ${{ env.IMAGE_REGISTRY }}/docker_cache:latest image: ghcr.io/${{ github.repository_owner }}/docker_cache:latest
ports: ports:
- 5000:5000 - 5000:5000
volumes: volumes: