Update earthly/dind Docker tag to ubuntu-24.04-docker-27.2.0-1 (#110) #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |