do not update description on development builds
This commit is contained in:
parent
46e5a624be
commit
7d78f5161e
1 changed files with 0 additions and 7 deletions
|
|
@ -54,10 +54,3 @@ jobs:
|
||||||
ghcr.io/${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
ghcr.io/${{ github.repository }}:${{ steps.git.outputs.image_tag }}
|
||||||
ghcr.io/${{ github.repository }}:develop
|
ghcr.io/${{ github.repository }}:develop
|
||||||
|
|
||||||
- name: Update dockerhub description
|
|
||||||
uses: peter-evans/dockerhub-description@v3
|
|
||||||
with:
|
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
|
||||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
|
||||||
repository: ${{ github.repository }}
|
|
||||||
short-description: ${{ github.event.repository.description }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue