Skip to content

chore(deps): update actions/checkout digest to f43a0e5 #4

chore(deps): update actions/checkout digest to f43a0e5

chore(deps): update actions/checkout digest to f43a0e5 #4

---
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- 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 }}