Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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

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

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

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/update-docker-readme.yml
jobs:
build-image:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}