Update .forgejo/workflows/build.yml

This commit is contained in:
docker-images 2025-07-27 23:14:13 +02:00
commit eef2797f8b

View file

@ -51,7 +51,7 @@ jobs:
current_day=$(( $(date +%s) / 86400 )) current_day=$(( $(date +%s) / 86400 ))
update="false" update="false"
if [ ${{ github.event_name }} == "workflow_dispatch" ] || [ "$last_version" != "$NEWEST_VERSION" ] || [ $((current_day - last_rebuild)) -gt 14 ]; then if [ ${{ github.event_name }} == "workflow_dispatch" ] || [ "$last_version" != "$NEWEST_VERSION" ] || [ $((current_day - last_rebuild)) -gt "$REBUILD_ALL_X_DAYS" ]; then
update="true" update="true"
fi fi