We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c114c19 commit 3cd2b1fCopy full SHA for 3cd2b1f
.github/workflows/build.yaml
@@ -32,5 +32,5 @@ jobs:
32
git describe --tags $(git rev-list --tags --max-count=1)
33
echo ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
34
echo ${{ steps.meta.outputs.images }}
35
- echo ${{ steps.metaContributors.outputs.tags }}
+ echo ${{ steps.meta.outputs.tags }}
36
echo ${{ github.ref_name }}
0 commit comments