Skip to content

Commit 6b530d7

Browse files
committed
chore: tidy
1 parent 55cbf52 commit 6b530d7

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
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/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![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)
22

3+
# EarthBuild Docker In Docker (dind) Images
4+
35
The `dind` (docker-in-docker) image is designed for EarthBuild targets that use the `WITH DOCKER` command.
46

57
For information on how to use these images, please refer to [docker in EarthBuild](https://docs.earthly.dev/docs/guides/docker-in-earthly).

0 commit comments

Comments
 (0)