Add web service worker loader
Build and deploy Flutter Web / build (push) Failing after 4m19s

This commit is contained in:
Ruslan Bakiev
2026-06-21 09:34:40 +07:00
parent c374797484
commit fca8004e8d
6 changed files with 185 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ jobs:
--build-arg MAPBOX_ACCESS_TOKEN="${{ secrets.MAPBOX_ACCESS_TOKEN }}" \
--build-arg MAPBOX_STYLE="mapbox/streets-v12" \
--build-arg TELEGRAM_BOT_USERNAME="carfteebot" \
--build-arg BUILD_VERSION="${GITHUB_SHA}" \
.; then
published_images="$(docker image ls --format '{{.Repository}}:{{.Tag}}' | awk -v sha="$IMAGE_SHA" -v latest="$IMAGE_LATEST" '$0 == sha || $0 == latest')"
if [ -n "$published_images" ]; then