Skip to content

Commit

Permalink
Update CI to use intel/CacheLib repo (pmem#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinser52 authored Sep 13, 2022
1 parent f0c5c54 commit f1dfc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cachelib-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
env:
REPO: cachelib
GITHUB_REPO: pmem/CacheLib
GITHUB_REPO: intel/CacheLib
CONTAINER_REG: ghcr.io/pmem/cachelib
CONTAINER_REG_USER: ${{ secrets.GH_CR_USER }}
CONTAINER_REG_PASS: ${{ secrets.GH_CR_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion docker/images/install-cachelib-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2022, Intel Corporation

git clone https://github.com/pmem/CacheLib CacheLib
git clone -b develop https://github.com/intel/CacheLib CacheLib

./CacheLib/contrib/prerequisites-centos8.sh

Expand Down

0 comments on commit f1dfc60

Please sign in to comment.