File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
- uses : actions/checkout@v4
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
- - name : Update DockerHub description for 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 that use the `WITH DOCKER` command
15
+ - name : Update DockerHub description
16
+ run : |
17
+ curl -X PATCH \
18
+ -H "Authorization: Bearer ${{ secrets.DOCKERHUB_TOKEN }}" \
19
+ -H "Content-Type: application/json" \
20
+ -d '{"description": "The ` dind` image is designed for EarthBuild targets that use the `WITH DOCKER` command"}' \
21
+ https://hub.docker.com/v2/repositories/earthbuild/ dind/
Original file line number Diff line number Diff line change 1
1
[ ![ Release] ( https://github.com/earthbuild/dind/actions/workflows/release.yml/badge.svg )] ( https://github.com/earthbuild/dind/actions/workflows/release.yml ) ![ Docker Pulls] ( https://img.shields.io/docker/pulls/earthbuild/dind )
2
2
3
+ # EarthBuild Docker In Docker (dind) Images
4
+
3
5
The ` dind ` (docker-in-docker) image is designed for EarthBuild targets that use the ` WITH DOCKER ` command.
4
6
5
7
For information on how to use these images, please refer to [ docker in EarthBuild] ( https://docs.earthly.dev/docs/guides/docker-in-earthly ) .
You can’t perform that action at this time.
0 commit comments