Skip to content

Commit d9d9d27

Browse files
committed
updated1
1 parent 317fd96 commit d9d9d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/demo-1-basics/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
matrix:
2020
demo_dir:
2121
- demo
22-
- demo-1
23-
- demo-2
22+
- demo-1-basics
23+
- demo-2-otel
2424

2525
steps:
2626
# -------------------------------------------------
@@ -77,7 +77,7 @@ jobs:
7777
# -------------------------------------------------
7878
- name: Ensure Podman network
7979
run: |
80-
NETWORK_NAME="anomaly-network"
80+
NETWORK_NAME="edge-network"
8181
podman network exists "$NETWORK_NAME" || podman network create "$NETWORK_NAME"
8282
8383
# -------------------------------------------------

0 commit comments

Comments
 (0)