23 lines
567 B
YAML
23 lines
567 B
YAML
name: DockerHub README
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "README.md"
|
|
- ".forgejo/workflows/docker-readme.yaml"
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: cimaster-latest
|
|
steps:
|
|
- name: 👁️ Checkout repository
|
|
uses: actions/checkout@v4
|
|
|
|
- name: Docker Hub Description
|
|
uses: https://github.com/peter-evans/dockerhub-description@v4
|
|
with:
|
|
username: thetadev256
|
|
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
|
repository: thetadev256/artifactview
|
|
enable-url-completion: true
|