fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m40s

This commit is contained in:
doomtube 2026-01-08 02:14:02 -05:00
parent caff69eebb
commit ada6b44236

View file

@ -61,6 +61,7 @@ jobs:
run: | run: |
echo "=== Building Frontend ===" echo "=== Building Frontend ==="
docker build \ docker build \
--build-arg VITE_NAKAMA_SERVER_KEY=${{ secrets.NAKAMA_SERVER_KEY }} \
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:${{ github.sha }} \ -t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:${{ github.sha }} \
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:latest \ -t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:latest \
./frontend ./frontend