Skip to content

Commit

Permalink
Update hub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 12, 2023
1 parent 9150a30 commit d0fc07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- ./github/readme.md
- .github/readme.md

jobs:
dockerHubDescription:
Expand All @@ -19,4 +19,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ secrets.DOCKERHUB_REPO }}
short-description: ${{ github.event.repository.description }}
readme-filepath: ./.github/readme.md
readme-filepath: .github/readme.md

0 comments on commit d0fc07c

Please sign in to comment.