Skip to content

Commit

Permalink
Add output type=image (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Aug 13, 2024
1 parent 24415b8 commit 2581e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
outputs: compression=uncompressed
outputs: type=image,compression=uncompressed

build-image-windows:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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=uncompressed
outputs: type=image,compression=uncompressed

release-windows:
strategy:
Expand Down

0 comments on commit 2581e93

Please sign in to comment.