optimize gitea_deploy
All checks were successful
Deploy Gitea Custom / build-and-deploy (push) Successful in 12m11s
All checks were successful
Deploy Gitea Custom / build-and-deploy (push) Successful in 12m11s
This commit is contained in:
parent
e05a7361ba
commit
d466aefff4
@ -28,6 +28,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
podman stop ${{ env.CONTAINER_NAME }} || true
|
podman stop ${{ env.CONTAINER_NAME }} || true
|
||||||
podman rm ${{ env.CONTAINER_NAME }} || true
|
podman rm ${{ env.CONTAINER_NAME }} || true
|
||||||
|
podman image prune -f
|
||||||
|
|
||||||
- name: Run new container with data persistence
|
- name: Run new container with data persistence
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user