Skip to content

Commit d8a4559

Browse files
committed
ci: remove unused vars in dockerd workflow
Signed-off-by: CrazyMax <[email protected]>
1 parent 3cc6a4b commit d8a4559

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dockerd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
env:
1313
SETUP_BUILDX_VERSION: "latest"
1414
SETUP_BUILDKIT_IMAGE: "moby/buildkit:latest"
15-
CACHE_GHA_SCOPE_IT: "integration-tests"
16-
CACHE_GHA_SCOPE_BINARIES: "binaries"
1715
TESTFLAGS: "-v --parallel=1 --timeout=30m"
1816

1917
jobs:
@@ -129,7 +127,7 @@ jobs:
129127
TESTPKGS: "${{ matrix.pkg }}"
130128
TESTFLAGS: "${{ env.TESTFLAGS }} --run=//worker=${{ matrix.worker }}$"
131129
SKIP_INTEGRATION_TESTS: "${{ matrix.skip-integration-tests }}"
132-
CACHE_FROM: "type=gha,scope=${{ env.CACHE_GHA_SCOPE_IT }} type=gha,scope=${{ env.CACHE_GHA_SCOPE_BINARIES }}"
130+
CACHE_FROM: "type=gha,scope=build-integration-tests"
133131
BUILDKIT_INTEGRATION_DOCKERD_FLAGS: |
134132
--bip=10.66.66.1/24
135133
--default-address-pool=base=10.66.66.0/16,size=24

0 commit comments

Comments
 (0)