Skip to content

Commit 6f782b6

Browse files
Update docker-publish.yml
1 parent d87b1c7 commit 6f782b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
labels: ${{ steps.meta.outputs.labels }}
5454

5555
- name: 🐞 Debug extracted short-description
56-
run: echo "Short desc: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }}"
56+
env:
57+
SHORT_DESC: ${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.description'] }}
58+
run: echo "Short desc: $SHORT_DESC"
5759

5860
- name: 📢 Publish README to Docker Hub
5961
uses: peter-evans/dockerhub-description@v4

0 commit comments

Comments
 (0)