Skip to content

Commit 0013bfd

Browse files
committed
Fix wron container upstream
1 parent ce3a69c commit 0013bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cw_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def get_docker_image(release_file):
101101
"sles": "opensuse/leap",
102102
"rhel": "redhat/ubi",
103103
"almalinux": "almalinux",
104-
"rocky": "rockylinux",
104+
"rocky": "rockylinux/rockylinux",
105105
"ubuntu": "ubuntu"
106106
}
107107

0 commit comments

Comments
 (0)