Skip to content

Commit

Permalink
github/workflows: Compress toolbox images using zstd:chunked
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 10, 2024
1 parent c31a0d5 commit 4aa0054
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/toolbox-cloud-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Login to Container Registry
uses: redhat-actions/podman-login@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/toolbox-kdedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Login to Container Registry
uses: redhat-actions/podman-login@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/toolbox-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Login to Container Registry
uses: redhat-actions/podman-login@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/toolbox-texlive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Login to Container Registry
uses: redhat-actions/podman-login@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Login to Container Registry
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 4aa0054

Please sign in to comment.