Skip to content

Commit

Permalink
more no progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed May 23, 2024
1 parent 0871a4c commit b1fe5b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1fe5b8

Please sign in to comment.