Skip to content

Commit

Permalink
Fix README upload and do it only for dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshiyosan committed Dec 13, 2022
1 parent 9db6108 commit b79890b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
# update description of image in dockerhub
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v3.1.2
if: ${{ env.DOCKER_REGISTRY_URL == 'docker.io' }}
with:
username: "${{ env.DOCKER_REGISTRY_USERNAME }}"
password: "${{ env.DOCKER_REGISTRY_PASSWORD }}"
repository: "${{ env.DOCKER_REGISTRY_URL }}/${{ env.DOCKER_ORG_NAME }}/${{ env.DOCKER_IMAGE_NAME }}"
repository: "${{ env.DOCKER_ORG_NAME }}/${{ env.DOCKER_IMAGE_NAME }}"
# short-description: ...
readme-filepath: "docs/deploy/docker.md"

Expand Down

0 comments on commit b79890b

Please sign in to comment.