diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2023-03-23 17:20:09 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-03-23 21:32:20 +0000 |
commit | c9ce3b462de2372828e65b27acddfe3971813b3c (patch) | |
tree | 774411ac18fa24ae3d80bf59f1cc39ad9734f78f /.github/workflows/build.yaml | |
parent | 76f05738dd0aaedd174af4d12dd37dd42836f47f (diff) | |
download | klee-c9ce3b462de2372828e65b27acddfe3971813b3c.tar.gz |
Transition to GitHub Container Registry hosting
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 05fb58c0..96122bcb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ on: # Defaults for building KLEE env: BASE_IMAGE: ubuntu:jammy-20230126 - REPOSITORY: klee + REPOSITORY: ghcr.io/klee COVERAGE: 0 DISABLE_ASSERTIONS: 0 ENABLE_DOXYGEN: 0 |