feat: NEXT_PUBLIC_API_URL
CI / 🔍 Lint & Type Check (push) Successful in 1m5s
CI / 🐳 Build & Push Image (push) Successful in 17s

This commit is contained in:
2026-07-10 23:22:09 +02:00
parent 0a289b6c23
commit c7e6d1c72b
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ jobs:
- name: 🏗️ Build image
run: |
docker build \
--build-arg NEXT_PUBLIC_API_URL="${{ secrets.NEXT_PUBLIC_API_URL }}" \
-t git.leonmorival.xyz/leonm/landing-server:latest \
-t git.leonmorival.xyz/leonm/landing-server:${{ github.sha }} \
.