Skip to content

Commit

Permalink
Try using zstd:chunked again
Browse files Browse the repository at this point in the history
  • Loading branch information
samhclark committed Oct 1, 2024
1 parent dea6367 commit 58eea8f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ jobs:
tags: |
${{ github.sha }}
40
extra-args: |
--compression-format=zstd:chunked
- name: Add metadata to images
id: meta
uses: docker/[email protected]
with:
images: |
${{ steps.build.outputs.image }}
tags: ${{ steps.build.outputs.tags }}
sep-tags: " "
annotations: |
io.github.containers.compression.zstd=true
- name: Log in to GitHub Container Registry
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 58eea8f

Please sign in to comment.