mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Fix PODMAN_CACHE_PATH from typo
This commit is contained in:
parent
bd23510694
commit
569706f4f6
@ -16,7 +16,7 @@ endif
|
||||
|
||||
# Cache layers to redox-os docker hub
|
||||
PODMAN_CACHE=
|
||||
PODMAN_CACHE_PATH=?docker.io/redoxos/$(IMAGE_TAG)-$(HOST_ARCH)
|
||||
PODMAN_CACHE_PATH?=docker.io/redoxos/$(IMAGE_TAG)-$(HOST_ARCH)
|
||||
|
||||
PODMAN_CACHE_PULL?=1
|
||||
ifeq ($(PODMAN_CACHE_PULL),1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user