Skip to content

Commit 9dcda7b

Browse files
committed
Fix cache scope in EL8
Signed-off-by: apostasie <[email protected]>
1 parent 2ba6eab commit 9dcda7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ jobs:
428428
runs-on: ubuntu-24.04
429429
env:
430430
MODE: ${{ matrix.mode }}
431-
# FIXME: this is only necessary to access the build cache. To remove with build cleanup.
432-
CONTAINERD_VERSION: v2.0.5
433431
steps:
434432
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
435433
with:
@@ -486,7 +484,7 @@ jobs:
486484
docker buildx create --name with-gha --use
487485
docker buildx build \
488486
--output=type=docker \
489-
--cache-from type=gha,scope=amd64-${CONTAINERD_VERSION} \
487+
--cache-from type=gha,scope=test-integration-dependencies-amd64 \
490488
-t test-integration --target "${TARGET}" \
491489
.
492490

0 commit comments

Comments
 (0)