diff options
| author | Jean-François Milants <jf@codingfield.com> | 2022-05-18 19:53:06 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-05-26 09:35:25 (GMT) |
| commit | 1ffca527159f25822a94017a2b784d181fcb4cab (patch) | |
| tree | 0b15035686f8fd35dd24fc3ab5e0664913b8229b | |
| parent | c77f923a33a11fd5eaba63709f87c4bc09efb78d (diff) | |
Edit workflow to use the new docker image : infinitime/infinitime-build.
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 269f3eb..e4ef85a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 |
