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
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m32s
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- name: Rebuild and Deploy with Docker Compose
|
||||
run: |
|
||||
docker build --target release -t local/gabriel-portfolio:latest .
|
||||
docker build -t local/gabriel-portfolio:latest .
|
||||
docker compose up -d
|
||||
|
||||
# Clean up any old, unused images to save disk space
|
||||
|
||||
Reference in New Issue
Block a user