TRA-403 use local Docker build context image paths
This commit is contained in:
@@ -41,7 +41,6 @@ jobs:
|
||||
|
||||
- name: Build and deploy waitlist containers
|
||||
run: |
|
||||
docker compose -f docker-compose.waitlist.yml pull --ignore-pull-failures || true
|
||||
docker compose -f docker-compose.waitlist.yml build \
|
||||
--build-arg REQUIREMENTS_FILE=waitlist.txt \
|
||||
--build-arg DJANGO_SETTINGS_FOR_COLLECTSTATIC=config.settings.waitlist
|
||||
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
- internal
|
||||
|
||||
web:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
@@ -75,7 +75,7 @@ services:
|
||||
- internal
|
||||
|
||||
celery:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
@@ -102,7 +102,7 @@ services:
|
||||
- internal
|
||||
|
||||
celery-beat:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- internal
|
||||
|
||||
web:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
@@ -63,7 +63,7 @@ services:
|
||||
- internal
|
||||
|
||||
celery:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
@@ -90,7 +90,7 @@ services:
|
||||
- internal
|
||||
|
||||
celery-beat:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
- waitlist-internal
|
||||
|
||||
waitlist-web:
|
||||
image: ghcr.io/paperclip-training/training-software:${IMAGE_TAG:-latest}
|
||||
image: training-software:local
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user