This commit is contained in:
CamrynCarter
2026-01-26 10:06:47 -08:00
parent e9f04b37ff
commit d597bd072d

View File

@@ -207,6 +207,10 @@ jobs:
hauler store add image ghcr.io/hauler-dev/library/busybox:stable --rewrite /custom-path/busybox
# confirm tag
hauler store info | grep ':stable'
# confirm old registry used if not specified
hauler store add image ghcr.io/hauler-dev/library/nginx:1.25-alpine --rewrite custom-path/nginx
# verify existing registry in store
hauler store info | grep 'ghcr.io'
- name: Verify - hauler store copy
run: |