Skip to content

Commit

Permalink
Fix workflow output > outputs typo and add Docker labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Jul 7, 2021
1 parent 4b18f02 commit 6d97ec6
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 6d97ec6

Please sign in to comment.