We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c5c54 commit f1dfc60Copy full SHA for f1dfc60
.github/workflows/build-cachelib-docker.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
env:
11
REPO: cachelib
12
- GITHUB_REPO: pmem/CacheLib
+ GITHUB_REPO: intel/CacheLib
13
CONTAINER_REG: ghcr.io/pmem/cachelib
14
CONTAINER_REG_USER: ${{ secrets.GH_CR_USER }}
15
CONTAINER_REG_PASS: ${{ secrets.GH_CR_PAT }}
docker/images/install-cachelib-deps.sh
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: BSD-3-Clause
3
# Copyright 2022, Intel Corporation
4
5
-git clone https://github.com/pmem/CacheLib CacheLib
+git clone -b develop https://github.com/intel/CacheLib CacheLib
6
7
./CacheLib/contrib/prerequisites-centos8.sh
8
0 commit comments