We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1362a commit fd64902Copy full SHA for fd64902
1 file changed
.github/workflows/docker-publish.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: Update Docker Hub description
55
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/develop'
56
+ continue-on-error: true
57
uses: peter-evans/dockerhub-description@v3
58
with:
59
username: ${{ secrets.DOCKER_USERNAME }}
0 commit comments