Skip to content

Commit 999d1d2

Browse files
committed
Make the Github organization name all lowercase to fix parsing error
Reference: apptainer/apptainer#2272 (comment)
1 parent d32eff9 commit 999d1d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/scripts/release.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pushd updatecli
77

88
: "${POLICIES_ROOT_DIR:=policies}"
99
: "${POLICY_ERROR:=false}"
10-
: "${OCI_REPOSITORY:=ghcr.io/ContainerCraft/updatecli-policies}"
10+
: "${OCI_REPOSITORY:=ghcr.io/containercraft/updatecli-policies}"
1111

1212
: "${GITHUB_REGISTRY:=}"
1313

0 commit comments

Comments
 (0)