Skip to content

Commit 0ab5920

Browse files
author
lina-bh
committed
compress with zstd
1 parent 05b66af commit 0ab5920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
id: build_image
104104
env:
105105
GENERATED_LABELS: ${{ steps.metadata.outputs.labels }}
106+
GENERATED_TAGS: ${{ steps.metadata.outputs.tags }}
106107
run: just build
107108

108109
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
@@ -132,6 +133,8 @@ jobs:
132133
tags: ${{ steps.metadata.outputs.tags }}
133134
username: ${{ env.REGISTRY_USER }}
134135
password: ${{ env.REGISTRY_PASSWORD }}
136+
extra-args: |
137+
--compression-format=zstd
135138
136139
# This section is optional and only needs to be enabled if you plan on distributing
137140
# your project for others to consume. You will need to create a public and private key

0 commit comments

Comments
 (0)