Skip to content

Commit e3d4d12

Browse files
committed
Fix push description to quay.io
1 parent 46439fd commit e3d4d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-registry-metadata.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
7070
- name: Update Quay.io Repository Description
7171
run: |
72-
curl -X PUT \
72+
curl -sSf -X PUT \
7373
-H "Authorization: Bearer ${{ secrets.PANUBUILD_QUAYIO_API_TOKEN }}" \
7474
-H "Content-Type: application/json" \
75-
-d '{"description": "${{ steps.repo_description.outputs.description }}"}' \
75+
-d "{\"description\": \"$(cat README.md)\"}" \
7676
'https://quay.io/api/v1/repository/${{ steps.image_name.outputs.image_name }}'

0 commit comments

Comments
 (0)