again again
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build Flutter Web App (push) Successful in 2m52s
Build Flutter Web and Docker Image for Local Registry / Build and Push Docker Image to Local Registry (push) Failing after 3s

This commit is contained in:
whysman 2024-11-06 00:49:03 -05:00
parent 9bae9002cd
commit 9afc3312fb

View File

@ -31,11 +31,11 @@ jobs:
- name: Flutter Pub Get
run: |
usr/local/flutter/bin/flutter pub get
/usr/local/flutter/bin/flutter pub get
- name: Build Flutter Web
run: |
usr/local/flutter/bin/flutter build web --release
/usr/local/flutter/bin/flutter build web --release
ls -l
- name: List Web Build Output