Skip to content

Commit fb985b7

Browse files
committed
chore : Fix docker compose dev naming workflows
1 parent c73ec0f commit fb985b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ jobs:
7676
--password-stdin
7777
7878
echo "📦 Pull images"
79-
docker compose -f docker-compose-dev.yaml pull
79+
docker compose -f docker-compose.dev.yaml pull
8080
8181
echo "🛑 Stop containers"
82-
docker compose -f docker-compose-dev.yaml down
82+
docker compose -f docker-compose.dev.yaml down
8383
8484
echo "🚀 Start containers"
85-
docker compose -f docker-compose-dev.yaml up -d
85+
docker compose -f docker-compose.dev.yaml up -d
8686
8787
echo "🧹 Cleanup images"
8888
docker image prune -f

0 commit comments

Comments
 (0)