Skip to content

Commit d998410

Browse files
updated workflow
1 parent 00b782e commit d998410

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
if [ "$code" != "200" ]; then
5959
echo "description update failed: HTTP $code"
6060
jq -r '.detail // .message // .' patch.json || cat patch.json
61+
if [ "$code" = "403" ]; then
62+
echo "DOCKERHUB_TOKEN needs the 'Read, Write, Delete' permission (scope repo:admin)"
63+
fi
6164
exit 1
6265
fi
6366
jq -r '"description updated: \(.name) (\(.full_description | length) chars)"' patch.json

0 commit comments

Comments
 (0)