File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ The `docker-publish.yml` workflow automatically builds and publishes Docker imag
3232 This is a limitation of the Docker Hub API. If you prefer not to store your password in GitHub Secrets,
3333 you can manually update the README on Docker Hub's website instead.
3434
35+ ** Troubleshooting** : If you encounter a "409 Conflict" error, this is usually harmless and means the README
36+ is already up-to-date. The workflow will continue successfully even if this step fails (it won't block your
37+ image from being published). You can also manually update the README on Docker Hub if needed.
38+
35394 . ** Push to trigger build** :
3640 ``` bash
3741 git push origin main
Original file line number Diff line number Diff line change 6666
6767 - name : Update Docker Hub description
6868 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
69+ continue-on-error : true
6970 uses : peter-evans/dockerhub-description@v4
7071 with :
7172 username : ${{ secrets.DOCKERHUB_USERNAME }}
You can’t perform that action at this time.
0 commit comments