File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
- name : Update DockerHub description
16
- run : |
17
- DESCRIPTION='The `dind` image is designed for EarthBuild targets that use the `WITH DOCKER` command'
18
- FULL_DESCRIPTION=$(jq -Rs . < README.md)
19
- curl -X PATCH \
20
- -H "Authorization: Bearer ${{ secrets.DOCKERHUB_TOKEN }}" \
21
- -H "Content-Type: application/json" \
22
- -d "{\"description\": \"$DESCRIPTION\", \"full_description\": $FULL_DESCRIPTION}" \
23
- https://hub.docker.com/v2/repositories/earthbuild/dind/
16
+ uses :
peter-evans/[email protected]
17
+ with :
18
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
19
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
20
+ repository : earthbuild/dind
21
+ short-description : The `dind` image is designed for EarthBuild targets
You can’t perform that action at this time.
0 commit comments