Cleanup build stage before rebuild and also fix a CSS bug
All checks were successful
Build and Push to Harbor when new commit to main-branch / build (push) Successful in 16m18s

This commit is contained in:
2026-03-14 23:25:17 +01:00
parent c042d99956
commit aafa325682
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Free disk before build
run: |
podman system prune -af --volumes || true
df -h
- name: Login to Harbor (Robot)
if: ${{ secrets.HARBOR_REGISTRY && secrets.HARBOR_USERNAME && secrets.HARBOR_PASSWORD }}
env: