Skip to content

Commit

Permalink
Merge pull request #214 from cisagov/bug/fix_action_input
Browse files Browse the repository at this point in the history
Correct input to the `peter-evans/dockerhub-description` Action
  • Loading branch information
mcdonnnj authored Feb 11, 2025
2 parents 797859d + 05c413a commit 9ad5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ jobs:
name: Update the Docker Hub description
uses: peter-evans/dockerhub-description@v4
with:
description: README.md
password: ${{ secrets.DOCKER_PASSWORD }}
readme-filepath: README.md
repository: ${{ env.IMAGE_NAME }}
short-description: ${{ github.event.repository.description }}
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 9ad5df4

Please sign in to comment.