We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b13300 commit 00e18ebCopy full SHA for 00e18eb
.github/workflows/docker-build.yml
@@ -42,6 +42,6 @@ jobs:
42
with:
43
context: .
44
push: true
45
- tags: ${{ steps.meta.output.tags }}
46
- labels: ${{ steps.meta.output.labels }}
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
47
0 commit comments