Skip to content

Commit

Permalink
chore(deps): update peter-evans/dockerhub-description action to v4
Browse files Browse the repository at this point in the history
| datasource  | package                           | from | to |
| ----------- | --------------------------------- | ---- | -- |
| github-tags | peter-evans/dockerhub-description | v3   | v4 |


Signed-off-by: Roger Rumao <rogerrum@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent be34b76 commit 3ef858a
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-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Docker Hub Description
if: github.event_name != 'pull_request'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 3ef858a

Please sign in to comment.