mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 18:35:13 +00:00
CI: Fix the correct container image name.
Prefer pre-existing https://quay.io/organization/linux-system-roles over newly created https://quay.io/organization/linux_system_roles one. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
95924e05f5
commit
0cc8e46dc8
1 changed files with 2 additions and 2 deletions
4
.github/run_test.sh
vendored
4
.github/run_test.sh
vendored
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
TEST_SOURCE_DIR="/network-role"
|
||||
C8S_CONTAINER_IMAGE="quay.io/linux_system_roles/c8s-network-role"
|
||||
C8_CONTAINER_IMAGE="quay.io/linux_system_roles/c8-network-role"
|
||||
C8S_CONTAINER_IMAGE="quay.io/linux-system-roles/c8s-network-role"
|
||||
C8_CONTAINER_IMAGE="quay.io/linux-system-roles/c8-network-role"
|
||||
PODMAN_OPTS="--systemd=true --privileged"
|
||||
|
||||
read -d '' TEST_FILES << EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue