Update sync image

This commit is contained in:
Shiming Zhang 2024-06-21 14:03:58 +08:00
parent 424436a413
commit accd025103
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
exit 1 exit 1
fi fi
if ! ./hack/verify-allows.sh ./allows.txt "${ORIGIN_IMAGE}"; then if ! ./hack/verify-allows.sh ./allows.txt "${ORIGIN_IMAGE}"; then
gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 不在白名单列表里, 支持同步和访问<br>将其添加到[白名单](https://github.com/${{ github.repository }}/issues/2328)" gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 不在白名单列表里, 不支持同步和访问<br>可以将其添加到[白名单](https://github.com/${{ github.repository }}/issues/2328)"
exit 1 exit 1
fi fi

View File

@ -40,7 +40,7 @@ jobs:
exit 1 exit 1
fi fi
if ! ./hack/verify-allows.sh ./allows.txt "${ORIGIN_IMAGE}"; then if ! ./hack/verify-allows.sh ./allows.txt "${ORIGIN_IMAGE}"; then
gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 不在白名单列表里, 支持同步和访问<br>将其添加到[白名单](https://github.com/${{ github.repository }}/issues/2328)" gh issue comment ${{ github.event.issue.number }} -b "镜像 ${ORIGIN_IMAGE} 不在白名单列表里, 不支持同步和访问<br>可以将其添加到[白名单](https://github.com/${{ github.repository }}/issues/2328)"
exit 1 exit 1
fi fi
echo "image=${ORIGIN_IMAGE}" >> $GITHUB_OUTPUT echo "image=${ORIGIN_IMAGE}" >> $GITHUB_OUTPUT