Skip to content

Commit

Permalink
Fix workflow output > outputs typo. Add labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jul 13, 2021
1 parent 8b85209 commit bbb0d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.output.tags }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit bbb0d54

Please sign in to comment.