We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46439fd commit e3d4d12Copy full SHA for e3d4d12
.github/workflows/update-registry-metadata.yml
@@ -69,8 +69,8 @@ jobs:
69
70
- name: Update Quay.io Repository Description
71
run: |
72
- curl -X PUT \
+ curl -sSf -X PUT \
73
-H "Authorization: Bearer ${{ secrets.PANUBUILD_QUAYIO_API_TOKEN }}" \
74
-H "Content-Type: application/json" \
75
- -d '{"description": "${{ steps.repo_description.outputs.description }}"}' \
+ -d "{\"description\": \"$(cat README.md)\"}" \
76
'https://quay.io/api/v1/repository/${{ steps.image_name.outputs.image_name }}'
0 commit comments