We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b341fd5 commit 32dbb27Copy full SHA for 32dbb27
1 file changed
.github/workflows/build.yml
@@ -175,6 +175,7 @@ jobs:
175
176
- name: Update Docker Hub Description
177
uses: peter-evans/dockerhub-description@v4
178
+ continue-on-error: true
179
with:
180
username: ${{ secrets.DOCKER_HUB_USERNAME }}
181
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
0 commit comments