diff --git a/.github/workflows/docker-integrations.yml b/.github/workflows/docker-integrations.yml index dab3219..0e44067 100644 --- a/.github/workflows/docker-integrations.yml +++ b/.github/workflows/docker-integrations.yml @@ -1,9 +1,8 @@ name: Build and Push Docker Image on: - push: - branches: - - main + release: + types: [published] jobs: push_to_registry: