mirror of
https://github.com/swissmakers/swiss-datashare.git
synced 2026-03-26 11:13:25 +01:00
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
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user