Skip to content

Update earthly/dind Docker tag to ubuntu-20.04-docker-27.2.1-1 (#114) #26

Update earthly/dind Docker tag to ubuntu-20.04-docker-27.2.1-1 (#114)

Update earthly/dind Docker tag to ubuntu-20.04-docker-27.2.1-1 (#114) #26

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