File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,20 @@ jobs:
2222 contents : read
2323 runs-on : ubuntu-latest
2424 steps :
25+ - name : Maximize build space
26+ uses : easimon/maximize-build-space@master
27+ with :
28+ root-reserve-mb : 512
29+ swap-size-mb : 1024
30+ remove-dotnet : ' true'
31+ remove-android : ' true'
32+
2533 - name : Check out code
2634 uses : actions/checkout@v4
2735 with :
2836 fetch-depth : 0
2937 ref : ${{ github.event.pull_request.head.sha }}
3038
31- - name : Set up QEMU
32- uses : docker/setup-qemu-action@v2
33-
34- - name : Set up Docker Buildx
35- uses : docker/setup-buildx-action@v2
36-
3739 - name : Log in to the Container registry
3840 uses : docker/login-action@v2
3941 with :
4345
4446 - name : Extract metadata (tags, labels) for Docker
4547 id : meta
46- uses : docker/metadata-action@v4
48+ uses : docker/metadata-action@v5
4749 with :
4850 images : |
4951 ghcr.io/${{ github.repository }}
You can’t perform that action at this time.
0 commit comments