We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa0979 commit 34e47fbCopy full SHA for 34e47fb
.github/workflows/workflow.yml
@@ -69,10 +69,4 @@ jobs:
69
push: true
70
tags: ${{ github.repository }}:${{ env.CLEANED_REF_NAME }}
71
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 }}
+
0 commit comments