chore: add VITE_ANALYTICS_DOMAIN secret to staging build workflow

This commit is contained in:
Andras Bacsai
2025-05-26 11:36:17 +02:00
parent f5c674e9db
commit 0cd7e20958
+2
View File
@@ -48,6 +48,8 @@ jobs:
context: .
file: Dockerfile
platforms: linux/arm64
secrets: |
VITE_ANALYTICS_DOMAIN=${{ env.VITE_ANALYTICS_DOMAIN }}
push: true
cache-from: type=gha,scope=${{ github.workflow }}
cache-to: type=gha,mode=max,scope=${{ github.workflow }}