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

remove http

This commit is contained in:
Jason N. 2024-02-13 14:08:19 +00:00
parent 488b80012e
commit 6aeeae04d9

View file

@ -50,7 +50,7 @@ jobs:
- name: Download container to cache - name: Download container to cache
run: | run: |
podman pull http://localhost:8080/ublue-os/base-main:39 podman pull localhost:8080/ublue-os/base-main:39
- name: Show downloaded files - name: Show downloaded files
run: | run: |