Skip to content

Commit 3d5603e

Browse files
authored
Compress resulting app containers with zstd (#263)
1 parent 657dc52 commit 3d5603e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: 🚀 Build and push
135135
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
136136
with:
137-
push: true
137+
outputs: type=image,push=true,compression=zstd,compression-level=9,force-compression=true,oci-mediatypes=true
138138
# yamllint disable rule:line-length
139139
tags: |
140140
ghcr.io/${{ github.repository_owner }}/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.environment }}

.github/workflows/base-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: 🚀 Build and push
9999
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
100100
with:
101-
push: true
101+
outputs: type=image,push=true,compression=zstd,compression-level=9,force-compression=true,oci-mediatypes=true
102102
# yamllint disable rule:line-length
103103
tags: |
104104
ghcr.io/${{ github.repository_owner }}/${{ needs.information.outputs.slug }}/${{ matrix.architecture }}:${{ needs.information.outputs.environment }}

0 commit comments

Comments
 (0)