Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 12, 2023
2 parents e929bcf + 1592777 commit d6c48ca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 1
update_configs:
- package_manager: "docker"
directory: "/"
update_schedule: "daily"
open-pull-requests-limit: 5
18 changes: 18 additions & 0 deletions .github/workflows/update-docker-hub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update Docker Hub Description
on:
release:
types: [published]
workflow_dispatch:
jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
short-description: ${{ github.event.repository.description }}
readme-filepath: .github/README.md

0 comments on commit d6c48ca

Please sign in to comment.