Skip to content

Commit 8ce1cdb

Browse files
authored
fix: incorrect URL for bib image on justfile (projectbluefin#55)
1 parent 51e4719 commit 8ce1cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export repo_organization := env("GITHUB_REPOSITORY_OWNER", "yourname")
22
export image_name := env("IMAGE_NAME", "yourimage")
33
export default_tag := env("DEFAULT_TAG", "latest")
4-
export bib_image := env("BIB_IMAGE", "ghcr.io/osbuild/bootc-image-builder:latest")
4+
export bib_image := env("BIB_IMAGE", "quay.io/centos-bootc/bootc-image-builder:latest")
55

66
export SUDO_DISPLAY := if `if [ -n "${DISPLAY:-}" ] || [ -n "${WAYLAND_DISPLAY:-}" ]; then echo true; fi` == "true" { "true" } else { "false" }
77
export SUDOIF := if `id -u` == "0" { "" } else { if SUDO_DISPLAY == "true" { "sudo --askpass" } else { "sudo" } }

0 commit comments

Comments
 (0)