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 2ba6eab commit 9dcda7bCopy full SHA for 9dcda7b
.github/workflows/test.yml
@@ -428,8 +428,6 @@ jobs:
428
runs-on: ubuntu-24.04
429
env:
430
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
433
steps:
434
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
435
with:
@@ -486,7 +484,7 @@ jobs:
486
484
docker buildx create --name with-gha --use
487
485
docker buildx build \
488
--output=type=docker \
489
- --cache-from type=gha,scope=amd64-${CONTAINERD_VERSION} \
+ --cache-from type=gha,scope=test-integration-dependencies-amd64 \
490
-t test-integration --target "${TARGET}" \
491
.
492
0 commit comments