Add free-disk-space action to Docker publish workflows
This commit is contained in:
parent
1723e5d944
commit
74502c028f
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
publish_osdk_image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: BRAINSia/free-disk-space@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Prepare for Docker build and push
|
||||
id: prepare-for-docker-build-and-push
|
||||
|
|
@ -34,6 +35,7 @@ jobs:
|
|||
needs: publish_osdk_image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: BRAINSia/free-disk-space@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Prepare for Docker build and push
|
||||
id: prepare-for-docker-build-and-push
|
||||
|
|
@ -56,6 +58,7 @@ jobs:
|
|||
needs: publish_nix_image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: BRAINSia/free-disk-space@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Prepare for Docker build and push
|
||||
id: prepare-for-docker-build-and-push
|
||||
|
|
|
|||
Loading…
Reference in New Issue