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 ee95a23 commit 82e2dd3Copy full SHA for 82e2dd3
.github/workflows/build.yml
@@ -66,8 +66,6 @@ jobs:
66
push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
69
- cache-from: type=gha
70
- cache-to: type=gha,mode=min
71
72
build-rake-task-matrix:
73
runs-on: ubuntu-24.04
@@ -120,8 +118,6 @@ jobs:
120
118
with:
121
119
context: builders/${{ matrix.entry.builder }}
122
load: true
123
124
125
- name: Setup builder container
126
run: |
127
docker run -dit -v "$GITHUB_WORKSPACE:/home/me/build" -w /home/me/build \
0 commit comments