mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-26 03:03:18 +03:00
Edit workflow to use the new docker image : infinitime/infinitime-build.
This commit is contained in:
parent
c77f923a33
commit
1ffca52715
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: jf002/infinitime-build
|
||||
image: infinitime/infinitime-build
|
||||
steps:
|
||||
# This workaround fixes the error "unsafe repository (REPO is owned by someone else)".
|
||||
# See https://github.com/actions/checkout/issues/760 and https://github.com/actions/checkout/issues/766
|
||||
|
Loading…
Reference in New Issue
Block a user