Skip to content

Commit

Permalink
fix: labels output
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Nov 16, 2023
1 parent e10738a commit 532d84b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ${{ steps.meta-kwkhtmltopdf.tags }}
labels: ${{ steps.meta-kwkhtmltopdf.labels }}
tags: ${{ steps.meta-kwkhtmltopdf.outputs.tags }}
labels: ${{ steps.meta-kwkhtmltopdf.outputs.labels }}

0 comments on commit 532d84b

Please sign in to comment.