Skip to content

Commit

Permalink
Try ZSTD compression for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Nov 15, 2024
1 parent 77453d7 commit 8b5dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
outputs: 'compression=zstd,oci-mediatypes=true'
outputs: 'type=image,compression=zstd,oci-mediatypes=true'

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 8b5dcdc

Please sign in to comment.