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 d87b1c7 commit 6f782b6Copy full SHA for 6f782b6
.github/workflows/docker-publish.yml
@@ -53,7 +53,9 @@ jobs:
53
labels: ${{ steps.meta.outputs.labels }}
54
55
- name: 🐞 Debug extracted short-description
56
- run: echo "Short desc: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }}"
+ env:
57
+ SHORT_DESC: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }}
58
+ run: echo "Short desc: $SHORT_DESC"
59
60
- name: 📢 Publish README to Docker Hub
61
uses: peter-evans/dockerhub-description@v4
0 commit comments