fix(cicd): wrong docker image URL
All checks were successful
/ mirror (push) Successful in 5s
/ build (push) Successful in 12m6s
/ build-stealth (push) Successful in 12m9s

This commit is contained in:
ange 2025-02-20 14:24:00 +00:00
parent ab45bf89fb
commit 1aeb9e4b35
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@main
- uses: docker://git.gmoker.com/icing/flutter:main
- uses: actions/upload-artifact@v1
with:
name: icing-dialer-${{ gitea.ref_name }}-${{ gitea.run_id }}.apk
@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
with:
subpath: dialer/
- uses: icing/flutter@main
- uses: docker://git.gmoker.com/icing/flutter:main
with:
args: "build apk --dart-define=STEALTH=true"
- uses: actions/upload-artifact@v1

View File

@ -2,7 +2,7 @@
IMG=git.gmoker.com/icing/flutter:main
if [ "$1" == -s ]; then
if [ "$1" == '-s' ]; then
OPT+=(--dart-define=STEALTH=true)
fi

View File

@ -2,7 +2,7 @@
IMG=git.gmoker.com/icing/flutter:main
if [ "$1" == -s ]; then
if [ "$1" == '-s' ]; then
OPT+=(--dart-define=STEALTH=true)
fi