Skip to content

Commit

Permalink
Merge pull request #19 from dotWee/dependabot/github_actions/peter-ev…
Browse files Browse the repository at this point in the history
…ans/dockerhub-description-4

Bump peter-evans/dockerhub-description from 3 to 4
  • Loading branch information
dotWee authored Jan 29, 2024
2 parents d6c1684 + a9409aa commit 29c5d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Update Docker Hub repository description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
if: ${{ needs.validate.outputs.publish_version == 'true' }}
with:
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Update Docker Hub repository description
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
if: ${{ github.event.inputs.update_dockerhub_readme == 'true' }}
with:
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
Expand Down

0 comments on commit 29c5d70

Please sign in to comment.