Skip to content

Commit 059ed17

Browse files
authored
[Fix-18053] Fix publish-docker error (#18059)
1 parent 6472576 commit 059ed17

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/publish-docker.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ jobs:
3636
- uses: actions/checkout@v4
3737
with:
3838
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'
4939
- uses: actions/checkout@v4
5040
- name: Cache local Maven repository
5141
uses: actions/cache@v4

0 commit comments

Comments
 (0)