2 Commits
v0.7 ... v0.7.1

Author SHA1 Message Date
b38acc1f0f Try to fix push error
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 37s
2024-10-30 15:04:39 +01:00
3fb3602163 Update Docs 2024-10-30 00:01:49 +01:00
4 changed files with 9 additions and 255 deletions

View File

@ -27,6 +27,8 @@ do
image_name="${image_name%%:*}"
image_tag="${image_url##*:}"
echo "URL: $image_url NAME: $image_name TAG: $image_tag"
if [[ "$image_tag" =~ ^((gpu)|(cpu)-)?((arm64)|(amd64))$ ]];
then
@ -34,11 +36,11 @@ do
echo " $IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag"
echo " $IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag-$day_tag"
docker push "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag"
#docker push "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag"
docker tag "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag" \
"$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag-$day_tag"
#docker tag "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag" \
# "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag-$day_tag"
docker push "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag-$day_tag"
#docker push "$IMAGE_REGISTRY/$IMAGE_OWNER/$image_name:$image_tag-$day_tag"
fi;
done

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -885,7 +885,7 @@ about a riddle.</p>
</div>
<div id="RiddleData.file_plain" class="classattr">
<div class="attr variable">
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]</span>
<span class="name">file_plain</span><span class="annotation">: Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, json_schema_input_type=PydanticUndefined)]</span>
</div>
@ -901,7 +901,7 @@ The file must exist.</p>
</div>
<div id="RiddleData.file_extracted" class="classattr">
<div class="attr variable">
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x105aed3a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x105e105e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
<span class="name">file_extracted</span><span class="annotation">: Optional[Annotated[str, AfterValidator(func=&lt;function _check_data_file at 0x1063893a0&gt;), WrapValidator(func=&lt;function _ignore_file_missing at 0x1066ac5e0&gt;, json_schema_input_type=PydanticUndefined)]]</span>
</div>