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

don't use step var

This commit is contained in:
Jason N. 2024-02-13 14:26:03 +00:00
parent 44c2432fd9
commit a962db4611

View file

@ -65,7 +65,7 @@ jobs:
- registry_cache:/registry_cache
services:
dockerregistry:
image: ${{ steps.registry_case.outputs.lowercase }}/docker_cache:latest
image: ${{ env.IMAGE_REGISTRY }}/docker_cache:latest
ports:
- 5000:5000
volumes: