Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

archive message :(

archive message :( #6

name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
call-dockerhub-action:
if: github.repository == 'NelsonDane/cashapp-auto-giveaways'
uses: NelsonDane/DockerHub-Actions/.github/workflows/dockerhub-description.yml@main
with:
dockerhub_repo_name: cashapp-auto-giveaways
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}