Switch to using USER_NAME

This commit is contained in:
Gerald Pinder
2023-08-05 16:51:20 -04:00
parent d131c8ca9a
commit 498d9faaf0
6 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,8 @@ ARG BASE_IMAGE_URL=ghcr.io/ublue-os/cinnamon-main
FROM ${BASE_IMAGE_URL}:${FEDORA_MAJOR_VERSION}
ARG USR_DIR=usr-cp
ARG USER_NAME=cp
ARG USR_DIR=usr-${USER_NAME}
# The default recipe set to the recipe's default filename
# so that `podman build` should just work for many people.