summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/buildkit.yml3
-rw-r--r--.github/workflows/ci.yml6
2 files changed, 0 insertions, 9 deletions
diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml
index 9f1442a8ce..a9aec38ce4 100644
--- a/.github/workflows/buildkit.yml
+++ b/.github/workflows/buildkit.yml
@@ -35,9 +35,6 @@ jobs:
uses: docker/bake-action@v2
with:
targets: binary
- set: |
- *.cache-from=type=gha,scope=buildkit-build-binary
- *.cache-to=type=gha,scope=buildkit-build-binary
-
name: Upload artifacts
uses: actions/upload-artifact@v3
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 54d88880d7..de94c7784d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,9 +45,6 @@ jobs:
uses: docker/bake-action@v1
with:
targets: ${{ matrix.target }}
- set: |
- *.cache-from=type=gha,scope=build-${{ matrix.target }}
- *.cache-to=type=gha,scope=build-${{ matrix.target }}
-
name: Upload artifacts
uses: actions/upload-artifact@v3
@@ -93,9 +90,6 @@ jobs:
uses: docker/bake-action@v1
with:
targets: cross
- set: |
- *.cache-from=type=gha,scope=cross-${{ env.PLATFORM_PAIR }}
- *.cache-to=type=gha,scope=cross-${{ env.PLATFORM_PAIR }}
env:
DOCKER_CROSSPLATFORMS: ${{ matrix.platform }}
-