Skip to content

Commit

Permalink
Merge 251f8b1 into d859c2b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 15, 2023
2 parents d859c2b + 251f8b1 commit 6fbe625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
docker push "${IMAGE_NAME}:${version_array[0]}.${version_array[1]}"
docker push "${IMAGE_NAME}:${version_array[0]}"
- name: Publish README.md to Docker Hub
uses: peter-evans/dockerhub-description@v2
uses: peter-evans/dockerhub-description@v3
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USER }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PW }}
Expand Down

0 comments on commit 6fbe625

Please sign in to comment.