TRA-403 use local Docker build context image paths
All checks were successful
CI / lint (push) Successful in 6s
CI / test (push) Successful in 22s
CI / build-container (push) Successful in 6s

This commit is contained in:
Paperclip CTO
2026-05-19 10:11:02 +02:00
parent 6cfeeff0f9
commit f15bdb295a
4 changed files with 7 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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: