We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec8c67 commit 456a3a4Copy full SHA for 456a3a4
.github/workflows/docker.yml
@@ -34,5 +34,5 @@ jobs:
34
context: .
35
platforms: linux/amd64,linux/arm64/v8
36
push: ${{ github.ref == 'refs/heads/main' }}
37
- tags: ${{ steps.meta.output.tags }}
38
- labels: ${{ steps.meta.output.labels }}
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
0 commit comments