fix: build docker images

This commit is contained in:
NoriDev 2023-10-18 17:20:05 +09:00
parent 933ba35069
commit d3c1344dfe
2 changed files with 28 additions and 0 deletions

View file

@ -12,6 +12,20 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'kokonect-link/cherrypick'
steps:
- name: Check free disk space
run: df -h
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
uses: jlumbroso/free-disk-space@main
with:
# This might remove tools that are actually needed, if set to "true" but frees about 6 GB
tool-cache: false
# All of these default to true, but feel free to set to "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Check out the repo
uses: actions/checkout@v4.1.0
- name: Set up Docker Buildx

View file

@ -11,6 +11,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check free disk space
run: df -h
- name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧
uses: jlumbroso/free-disk-space@main
with:
# This might remove tools that are actually needed, if set to "true" but frees about 6 GB
tool-cache: false
# All of these default to true, but feel free to set to "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Check out the repo
uses: actions/checkout@v4.1.0
- name: Set up Docker Buildx