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

fix image reference

This commit is contained in:
Jason N. 2024-02-13 13:45:56 +00:00
parent dc31fc4309
commit b0762c2a93

View file

@ -18,7 +18,7 @@ jobs:
- registry_cache:/registry_cache
services:
docker_registry:
image: docker.io/_/registry:2
image: docker.io/library/registry:2
ports:
- 5000:5000
volumes: