We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09fee1 commit d400b58Copy full SHA for d400b58
.github/workflows/build.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Docker Hub Description
84
uses: peter-evans/dockerhub-description@v3
85
- if: github.ref == 'refs/heads/main'
+ if: github.event_name == 'release'
86
with:
87
username: ${{ secrets.DOCKERHUB_USERNAME }}
88
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments