We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a061b commit 77d852eCopy full SHA for 77d852e
.github/workflows/main.yaml
@@ -58,20 +58,7 @@ jobs:
58
podman images -aq | xargs -r podman rmi -f
59
podman system prune -a -f
60
61
- # =================================================
62
- # DEMO
63
64
- - name: Build & Run demo
65
- working-directory: demo
66
- run: |
67
- echo "Running demo..."
68
- podman-compose -p demo build --no-cache
69
- podman-compose -p demo up -d
70
-
71
- podman ps
72
- podman-compose -p demo logs --no-color
73
74
- podman-compose -p demo down -v
+
75
76
# =================================================
77
# DEMO-1-BASICS
0 commit comments