Skip to content

Commit 32dbb27

Browse files
committed
chore: allow Docker Hub description update step to continue on error
1 parent b341fd5 commit 32dbb27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
176176
- name: Update Docker Hub Description
177177
uses: peter-evans/dockerhub-description@v4
178+
continue-on-error: true
178179
with:
179180
username: ${{ secrets.DOCKER_HUB_USERNAME }}
180181
password: ${{ secrets.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)