Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tullyliu authored May 13, 2022
1 parent d158b00 commit 53e85d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- centos-7
- centos-8
container:
image: ghcr.io/baikalgroup/baikal-dev:${{ matrix.os }}
image: baikalgroup/baikal-dev:${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install Bazel Cache
Expand All @@ -26,4 +26,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: baikal-all-nightly-${{ matrix.os }}.tgz
path: /home/runner/work
path: /home/runner/work

0 comments on commit 53e85d2

Please sign in to comment.