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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: jf002/infinitime-build
|
image: infinitime/infinitime-build
|
||||||
steps:
|
steps:
|
||||||
# This workaround fixes the error "unsafe repository (REPO is owned by someone else)".
|
# 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
|
# See https://github.com/actions/checkout/issues/760 and https://github.com/actions/checkout/issues/766
|
||||||
|
|
Loading…
Reference in a new issue