Skip to content

Update earthly/dind Docker tag to ubuntu-24.04-docker-27.0.3-1 (#87) #17

Update earthly/dind Docker tag to ubuntu-24.04-docker-27.0.3-1 (#87)

Update earthly/dind Docker tag to ubuntu-24.04-docker-27.0.3-1 (#87) #17

Workflow file for this run

name: Update Docker Hub README
on:
push:
branches: [ main ]
paths: [ docs/dockerhub.md ]
jobs:
update-docker-hub-readmes:
name: update dockerhub readmes
runs-on: ubuntu-latest
env:
# Used in our github action as the token - TODO: look to change it into an input
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Update DockerHub description for earthly/dind
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: earthly/dind
readme-filepath: ./docs/dockerhub.md
short-description: Earthly dind (Docker In Docker) Images