Add docker-compose and fix CI network creation
All checks were successful
Deploy Frontend / deploy (push) Successful in 4m22s
All checks were successful
Deploy Frontend / deploy (push) Successful in 4m22s
This commit is contained in:
@@ -16,6 +16,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