Attempt to avoid container conflicts
All checks were successful
Build and push container image / build (push) Successful in 6m38s
All checks were successful
Build and push container image / build (push) Successful in 6m38s
This commit is contained in:
parent
f6bb3243d3
commit
7abdfc82d6
@ -16,4 +16,5 @@ jobs:
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
script: |
|
||||
cd kon && docker compose pull && \
|
||||
docker compose up -d --remove-orphans && docker image prune -f
|
||||
docker compose down --remove-orphans && docker compose up -d && \
|
||||
docker image prune -f && docker system prune -f
|
||||
|
Loading…
Reference in New Issue
Block a user