Skip to content

Commit

Permalink
Disable compression (#146)
Browse files Browse the repository at this point in the history
In order to gain speed pulling image.
  • Loading branch information
eddumelendez authored Aug 5, 2024
1 parent 2035aab commit 085e67a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: compression=none

build-image-windows:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v6
push: true
tags: ${{ env.IMAGE_REPOSITORY }}:${{ github.event.release.tag_name }}-linux
outputs: compression=none

release-windows:
strategy:
Expand Down

0 comments on commit 085e67a

Please sign in to comment.