fix image ref so it does not look on repo, ugh.
Some checks are pending
/ build-web (push) Waiting to run
Some checks are pending
/ build-web (push) Waiting to run
This commit is contained in:
parent
51625b2e09
commit
d680a4499b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue