Skip to content

chore(deps): update actions/checkout action to v2.7.0 #5

chore(deps): update actions/checkout action to v2.7.0

chore(deps): update actions/checkout action to v2.7.0 #5

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@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- 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