Skip to content

build(deps): bump actions/checkout from 3 to 4 (#838) #16

build(deps): bump actions/checkout from 3 to 4 (#838)

build(deps): bump actions/checkout from 3 to 4 (#838) #16

name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
if: github.repository == 'jeessy2/ddns-go'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ secrets.DOCKER_USERNAME }}/ddns-go
short-description: ${{ github.event.repository.description }}