Skip to content

Commit 96e1d27

Browse files
committed
ci: use our own cached images instead of upstream
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent d81ee5b commit 96e1d27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "running kernel is: $(uname -a)"
7171
- name: docker-clone
7272
run: |
73-
make docker-clone "STACKER_DOCKER_BASE=docker://" CLONE_D="$PWD/.build/oci-clone"
73+
make docker-clone "STACKER_DOCKER_BASE=docker://ghcr.io/project-stacker/" CLONE_D="$PWD/.build/oci-clone"
7474
- name: Go-download
7575
run: |
7676
make go-download

.github/workflows/coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
echo "running kernel is: $(uname -a)"
7272
- name: docker-clone
7373
run: |
74-
make docker-clone "STACKER_DOCKER_BASE=docker://" CLONE_D="$PWD/.build/oci-clone"
74+
make docker-clone "STACKER_DOCKER_BASE=docker://ghcr.io/project-stacker/" CLONE_D="$PWD/.build/oci-clone"
7575
- name: Go-download
7676
run: |
7777
make go-download

0 commit comments

Comments
 (0)