Skip to content

Commit

Permalink
fix labels in container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
brchri committed Jul 17, 2023
1 parent d8a3032 commit cf3fd6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ jobs:
with:
context: .
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.output.labels }}
tags: ${{ steps.meta.output.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: BUILD_VERSION=${{ env.BUILD_VERSION }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit cf3fd6e

Please sign in to comment.