fix image ref so it does not look on repo, ugh.
Some checks are pending
/ build-web (push) Waiting to run

This commit is contained in:
zeyus 2025-07-21 21:51:00 +02:00
parent 51625b2e09
commit d680a4499b
Signed by: zeyus
GPG key ID: A836639BA719C614

View file

@ -6,7 +6,7 @@ on:
jobs:
build-web:
# custom runner image -> includes node and latest flutter stable
runs-on: flutter-web-builder
runs-on: docker://localhost/flutter-web-builder:latest
steps:
- name: Checkout code
uses: actions/checkout@v4