diff --git a/.github/workflows/dockerhub-imagepush.yml b/.github/workflows/dockerhub-imagepush.yml index 6805eebf..814e2756 100644 --- a/.github/workflows/dockerhub-imagepush.yml +++ b/.github/workflows/dockerhub-imagepush.yml @@ -1,8 +1,8 @@ name: Push Docker Image on Release on: - push: - branches: [ "stable" ] + release: + types: [published] jobs: