changes to make the release process fluent
This commit is contained in:
@@ -118,13 +118,6 @@ jobs:
|
||||
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
|
||||
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
|
||||
echo "lower_repo=$LOWER_REPO" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Free up disk space (Cleanup Docker)
|
||||
run: |
|
||||
echo "Befreie Speicherplatz..."
|
||||
docker system prune -a -f --volumes || true
|
||||
docker buildx prune -a -f || true
|
||||
sudo find /tmp -maxdepth 1 -name "tmp.*" -exec rm -rf {} +
|
||||
|
||||
- name: Ensure Docker CLI is available and up to date
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user