Skip to content

Commit

Permalink
fedora-kinoite: Push a zstd:chunked compressed image
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 10, 2024
1 parent 7cb243c commit 9881c2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fedora-kinoite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: latest
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Sign container image
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
Expand All @@ -128,6 +131,9 @@ jobs:
image: ${{ env.NAME }}
registry: ${{ env.REGISTRY }}
tags: testing
extra-args: |
--compression-format=zstd:chunked
--compression-level=19
- name: Sign testing container image
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 9881c2c

Please sign in to comment.