Skip to content

Commit

Permalink
fix docker name
Browse files Browse the repository at this point in the history
Signed-off-by: Lilith Oberhauser <[email protected]>
  • Loading branch information
lilith218 committed Apr 4, 2024
1 parent c0bbdf0 commit 175b979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libvsync-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: mkdir build && cd build && cmake .. -DLIBVSYNC_ADDRESS_SANITIZER=on && make && ctest
Run-Checks:
runs-on: ubuntu-latest
container: ghcr.io/open-s4c/vsyncer-ci
container: ghcr.io/open-s4c/vsyncer-ci:dev
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit 175b979

Please sign in to comment.