Skip to content

Commit

Permalink
feat: use ghcr transpire for building
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Apr 24, 2024
1 parent 210c599 commit 46eab2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cluster-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-cluster:
runs-on: ubuntu-latest
container: harbor.ocf.berkeley.edu/ocf/transpire/transpire:latest
container: ghcr.io/ocf/transpire:latest
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build-matrix:
runs-on: ubuntu-latest
container: harbor.ocf.berkeley.edu/ocf/transpire/transpire:latest
container: ghcr.io/ocf/transpire:latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 46eab2f

Please sign in to comment.