Switch web map to Mapbox SDK
Build and deploy Flutter Web / build (push) Failing after 5m12s

This commit is contained in:
Ruslan Bakiev
2026-06-24 01:27:28 +07:00
parent b64d202c4b
commit 817da526e9
7 changed files with 322 additions and 93 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
--tag "$IMAGE_SHA" \
--tag "$IMAGE_LATEST" \
--build-arg MAPBOX_ACCESS_TOKEN="${{ secrets.MAPBOX_ACCESS_TOKEN }}" \
--build-arg MAPBOX_STYLE="mapbox/streets-v12" \
--build-arg MAPBOX_STYLE="mapbox/standard" \
--build-arg TELEGRAM_BOT_USERNAME="carfteebot" \
--build-arg BUILD_VERSION="${GITHUB_SHA}" \
. &&