We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6472576 commit 059ed17Copy full SHA for 059ed17
1 file changed
.github/workflows/publish-docker.yaml
@@ -36,16 +36,6 @@ jobs:
36
- uses: actions/checkout@v4
37
with:
38
submodules: true
39
- - name: Maximize runner space
40
- uses: ./.github/actions/maximize-build-space
41
- with:
42
- root-reserve-mb: 28672
43
- temp-reserve-mb: 10240
44
- remove-dotnet: 'true'
45
- remove-android: 'true'
46
- remove-haskell: 'true'
47
- remove-codeql: 'true'
48
- remove-docker-images: 'true'
49
50
- name: Cache local Maven repository
51
uses: actions/cache@v4
0 commit comments