Skip to content

Commit d10cfce

Browse files
committed
fix(workflows): add fpm-network creation step in docker-publish.yml before "Start backend dev container" step
1 parent 4ff478a commit d10cfce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
AUTH_SIGNUP_DISABLED=false
129129
EOF
130130
131+
- name: Create external networks
132+
run: docker network create fpm-network
133+
131134
- name: Start backend dev container
132135
run: docker compose -f docker-compose.dev.yml up -d --build backend
133136

0 commit comments

Comments
 (0)