Skip to content

Merge pull request #21 from sjinks/renovate/actions-checkout-4.x #6

Merge pull request #21 from sjinks/renovate/actions-checkout-4.x

Merge pull request #21 from sjinks/renovate/actions-checkout-4.x #6

name: Update DockerHub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
workflow_dispatch:
jobs:
update-description:
permissions:
contents: read
name: Update DockerHub description
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') || github.event_name != 'push' }}
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@616d1b63e806b630b975af3b4fe3304307b20f40 # v2.4.3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: wildwildangel/mysql-honeypotd
short-description: A low-interaction MySQL honeypot
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@616d1b63e806b630b975af3b4fe3304307b20f40 # v2.4.3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: wildwildangel/mysql-honeypotd-min
short-description: A low-interaction MySQL honeypot