Skip to content

Commit 34e47fb

Browse files
committed
remove description updater
1 parent 8aa0979 commit 34e47fb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,4 @@ jobs:
6969
push: true
7070
tags: ${{ github.repository }}:${{ env.CLEANED_REF_NAME }}
7171
build-args: VERSION_ARG=${{ github.sha }}@${{ env.CLEANED_REF_NAME }}
72-
- uses: peter-evans/dockerhub-description@v4
73-
if: github.ref == 'refs/heads/main'
74-
with:
75-
username: ${{ secrets.DOCKERHUB_USERNAME }}
76-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
77-
repository: ${{ github.repository }}
78-
short-description: ${{ github.event.repository.description }}
72+

0 commit comments

Comments
 (0)