mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-01-26 19:03:33 +00:00
avoid running out of disk space during docker image building
* remove unnecessary data from base image to avoid running out of disk space during docker image building.
This commit is contained in:
parent
c049764d3b
commit
142a7c2eb6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
- name: Install Podman
|
||||
run: sudo apt update && sudo apt install -y podman
|
||||
- name: Free up some disk space
|
||||
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user