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

Commit

Permalink
Sync README.md with docker hub (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Aug 3, 2023
1 parent 8beff0d commit 1ee1ace
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync-dockerhub-readme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Docker Hub Description
on:
release:
types: [ published ]
workflow_dispatch:

jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
enable-url-completion: true
short-description: ${{ github.event.repository.description }}
repository: jenkins/inbound-agent

0 comments on commit 1ee1ace

Please sign in to comment.