Skip to content

Commit

Permalink
chore: use correct build-arg default var for SOURCE_ORG (ublue-os#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Nov 2, 2023
1 parent 5062628 commit 8bc6aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_NAME="${IMAGE_NAME:-silverblue}"
ARG SOURCE_IMAGE="${SOURCE_IMAGE:-silverblue}"
ARG SOURCE_ORG="${SOURCE_IMAGE:-fedora-ostree-desktops}"
ARG SOURCE_ORG="${SOURCE_ORG:-fedora-ostree-desktops}"
ARG BASE_IMAGE="quay.io/${SOURCE_ORG}/${SOURCE_IMAGE}"
ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-38}"

Expand Down

0 comments on commit 8bc6aeb

Please sign in to comment.