Skip to content

Commit 6abb2ef

Browse files
committed
Add continue-on-error option for Docker Hub description update step
1 parent bfd79d2 commit 6abb2ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
cache-to: type=gha,mode=max
4141

4242
- name: Update Docker Hub description
43+
continue-on-error: true
4344
uses: peter-evans/dockerhub-description@v3
4445
with:
4546
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)