Skip to content

Commit

Permalink
Bump peter-evans/dockerhub-description from 3 to 4 (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 84d8613 commit 8808c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:
.github/scripts/generate-docker-hub-description.sh
- name: Update Docker Hub Description of OSS image
if: needs.prepare.outputs.should_build_oss == 'yes'
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand All @@ -262,7 +262,7 @@ jobs:

- name: Update Docker Hub Description of EE image
if: needs.prepare.outputs.should_build_ee == 'yes'
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 8808c69

Please sign in to comment.