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

remove underscore

This commit is contained in:
Jason N. 2024-02-13 14:12:01 +00:00
parent 5aba62c81c
commit 99eeb44970

View file

@ -17,7 +17,7 @@ jobs:
volumes: volumes:
- registry_cache:/registry_cache - registry_cache:/registry_cache
services: services:
docker_registry: dockerregistry:
image: docker.io/library/registry:2 image: docker.io/library/registry:2
ports: ports:
- 5000:5000 - 5000:5000
@ -44,13 +44,13 @@ jobs:
run: | run: |
cat << EOF >> /etc/containers/registries.conf cat << EOF >> /etc/containers/registries.conf
[[registry]] [[registry]]
location = "docker_registry:5000" location = "dockerregistry:5000"
insecure = true insecure = true
EOF EOF
- name: Download container to cache - name: Download container to cache
run: | run: |
podman pull docker_registry:5000/ublue-os/base-main:39 podman pull dockerregistry:5000/ublue-os/base-main:39
- name: Show downloaded files - name: Show downloaded files
run: | run: |