Skip to content

Commit bbb0d54

Browse files
committed
Fix workflow output > outputs typo. Add labels.
1 parent 8b85209 commit bbb0d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
with:
8282
context: .
8383
push: true
84-
tags: ${{ steps.meta.output.tags }}
84+
tags: ${{ steps.meta.outputs.tags }}
85+
labels: ${{ steps.meta.outputs.labels }}
8586
-
8687
name: Image digest
8788
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)