From e86d2f7d67a7dfca86ed10c9eb690e42c62e7740 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 13 Feb 2024 07:29:58 -0600 Subject: [PATCH] fixes --- .github/actions/setup/action.yml | 4 ++++ .github/workflows/ci.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 425b39214..dc59daf56 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -13,8 +13,10 @@ runs: steps: - name: Show disk info run: df -h + shell: bash - name: Show docker image info run: docker image ls --all + shell: bash - name: Maximize build space uses: easimon/maximize-build-space@master with: @@ -27,8 +29,10 @@ runs: remove-docker-images: 'true' - name: Show disk info run: df -h + shell: bash - name: Show docker image info run: docker image ls --all + shell: bash - id: lowercaseRepo uses: ASzc/change-string-case-action@v5 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37950d7e3..4b962d150 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,13 +23,13 @@ jobs: steps: - name: Show disk info run: df -h - - name: Check out code - uses: actions/checkout@v4 - name: Set up QEMU and Buildx id: setup uses: ./.github/actions/setup with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Check out code + uses: actions/checkout@v4 - name: Show disk info run: df -h - name: Build and push amd64 standard build