We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b66af commit 0ab5920Copy full SHA for 0ab5920
.github/workflows/build.yml
@@ -103,6 +103,7 @@ jobs:
103
id: build_image
104
env:
105
GENERATED_LABELS: ${{ steps.metadata.outputs.labels }}
106
+ GENERATED_TAGS: ${{ steps.metadata.outputs.tags }}
107
run: just build
108
109
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.
@@ -132,6 +133,8 @@ jobs:
132
133
tags: ${{ steps.metadata.outputs.tags }}
134
username: ${{ env.REGISTRY_USER }}
135
password: ${{ env.REGISTRY_PASSWORD }}
136
+ extra-args: |
137
+ --compression-format=zstd
138
139
# This section is optional and only needs to be enabled if you plan on distributing
140
# your project for others to consume. You will need to create a public and private key
0 commit comments