Add docker-compose and fix CI network creation
All checks were successful
Deploy Backend / deploy (push) Successful in 31s
All checks were successful
Deploy Backend / deploy (push) Successful in 31s
This commit is contained in:
@@ -21,6 +21,9 @@ jobs:
|
||||
- name: Extract version tag
|
||||
run: echo "VERSION_TAG=${GITHUB_REF_NAME}" >> $GITHUB_ENV
|
||||
|
||||
- name: Create shared network if missing
|
||||
run: docker network create poster-picker || true
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker compose build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user