From b1fe5b8857de0c49075195d8624b11db3758f92c Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Thu, 23 May 2024 09:55:52 -0600 Subject: [PATCH] more no progress --- .github/workflows/build-test.yaml | 6 +++--- .github/workflows/publish-image.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index da8630d..227c4c3 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -31,10 +31,10 @@ jobs: - name: Build the custom k3s image if: ${{matrix.image}} != "rancher/k3s" - run: uds run build-image --set VERSION=${{matrix.version}} + run: uds run build-image --set VERSION=${{matrix.version}} --no-progress - name: Create and deploy the uds-k3d package - run: uds run --set IMAGE_NAME=${{matrix.image}} --set VERSION=${{matrix.version}} + run: uds run --set IMAGE_NAME=${{matrix.image}} --set VERSION=${{matrix.version}} --no-progress - name: Validate uds-k3d package - run: uds run validate + run: uds run validate --no-progress diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index b0b1cc3..211602b 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -39,4 +39,4 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Publish the custom k3s image - run: uds run publish-image --set VERSION=${{matrix.version}} + run: uds run publish-image --set VERSION=${{matrix.version}} --no-progress