Skip to content

Update actions versions #9

Update actions versions

Update actions versions #9

Workflow file for this run

name: DockerHub README update
on:
push:
branches:
- 'main'
paths:
- README.md
- '.github/workflows/README.yml'
workflow_dispatch:
jobs:
docker-readme-update:
runs-on: ubuntu-22.04
steps:
-
name: Git Checkout
uses: actions/checkout@v4
-
name: Update Docker repo description
uses: peter-evans/dockerhub-description@v3.1.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: finchsec/wef