diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 26217e8..356331a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: fi fi - for app in blog market cart events federation account relations likes orders; do + for app in blog market cart events federation account relations likes orders test; do IMAGE_EXISTS=\$(docker image ls -q ${{ env.REGISTRY }}/\$app:latest 2>/dev/null) if [ \"\$REBUILD_ALL\" = true ] || echo \"\$CHANGED\" | grep -q \"^\$app/\" || [ -z \"\$IMAGE_EXISTS\" ]; then echo \"Building \$app...\"