fix: drop --target release from docker build
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s

This commit is contained in:
2026-08-08 15:52:51 +02:00
parent 369cd75bfe
commit 33c62673e5

View File

@@ -16,7 +16,7 @@ jobs:
- name: Rebuild and Deploy with Docker Compose - name: Rebuild and Deploy with Docker Compose
run: | run: |
docker build --target release -t local/gabriel-portfolio:latest . docker build -t local/gabriel-portfolio:latest .
docker compose up -d docker compose up -d
# Clean up any old, unused images to save disk space # Clean up any old, unused images to save disk space