Skip to content

Commit

Permalink
Merge pull request #63 from gerlero/actions
Browse files Browse the repository at this point in the history
Update Docker Hub description workflow
  • Loading branch information
gerlero authored Aug 7, 2023
2 parents 69a4043 + 83226a8 commit a39828e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:

jobs:
dockerHubDescription:
dockerhub-description:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -23,4 +23,5 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ vars.DOCKERHUB_REPOSITORY }}
short-description: ${{ github.event.repository.description }}
enable-url-completion: true

0 comments on commit a39828e

Please sign in to comment.