Skip to content

Commit fd64902

Browse files
committed
Ignore error for Hub description
1 parent df1362a commit fd64902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
- name: Update Docker Hub description
5555
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/develop'
56+
continue-on-error: true
5657
uses: peter-evans/dockerhub-description@v3
5758
with:
5859
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)