Edit workflow to use the new docker image : infinitime/infinitime-build.

This commit is contained in:
Jean-François Milants 2022-05-18 21:53:06 +02:00 committed by JF
parent c77f923a33
commit 1ffca52715

View File

@ -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