Skip to content

Commit

Permalink
test: update quay repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed Apr 25, 2024
1 parent 8508b6a commit 5b89d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostree-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source /etc/os-release
ARCH=$(uname -m)
TEST_UUID=$(uuidgen)
IMAGE_KEY="ostree-ng-${TEST_UUID}"
QUAY_REPO_URL="docker://quay.io/rhel-edge/edge-containers"
QUAY_REPO_URL="quay.io/rh_ee_mcattamo/test-repository"
QUAY_REPO_TAG=$(tr -dc a-z0-9 < /dev/urandom | head -c 4 ; echo '')
BIOS_GUEST_ADDRESS=192.168.100.50
UEFI_GUEST_ADDRESS=192.168.100.51
Expand Down

0 comments on commit 5b89d00

Please sign in to comment.