We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83e6a commit d3e734dCopy full SHA for d3e734d
.github/workflows/docker.yaml
@@ -22,6 +22,14 @@ jobs:
22
contents: read
23
runs-on: ubuntu-latest
24
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
+
33
- name: Check out code
34
uses: actions/checkout@v4
35
with:
@@ -43,7 +51,7 @@ jobs:
43
51
44
52
- name: Extract metadata (tags, labels) for Docker
45
53
id: meta
46
- uses: docker/metadata-action@v4
54
+ uses: docker/metadata-action@v5
47
55
48
56
images: |
49
57
ghcr.io/${{ github.repository }}
0 commit comments