Skip to content

Commit d400b58

Browse files
committed
changing docker hub update on release event
1 parent f09fee1 commit d400b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Docker Hub Description
8484
uses: peter-evans/dockerhub-description@v3
85-
if: github.ref == 'refs/heads/main'
85+
if: github.event_name == 'release'
8686
with:
8787
username: ${{ secrets.DOCKERHUB_USERNAME }}
8888
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)