Skip to content

Commit b9723a4

Browse files
authored
Merge pull request #230 from lunakv/typo
Fix typo in workflow
2 parents 1b13300 + 00e18eb commit b9723a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
with:
4343
context: .
4444
push: true
45-
tags: ${{ steps.meta.output.tags }}
46-
labels: ${{ steps.meta.output.labels }}
45+
tags: ${{ steps.meta.outputs.tags }}
46+
labels: ${{ steps.meta.outputs.labels }}
4747

0 commit comments

Comments
 (0)