Skip to content

chore(deps): update actions/checkout action to v4 #5

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #5

---
name: dockerhub-description
on:
push:
branches:
- master
paths:
- .github/workflows/dockerhub-description.yml
- README.md
env:
DOCKERHUB_REPOSITORY: ksmanis/gentoo-distcc
DOCKERHUB_USERNAME: ksmanis
jobs:
dockerhub-description:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864 # v3
with:
repository: ${{ env.DOCKERHUB_REPOSITORY }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
short-description: ${{ github.event.repository.description }}