diff --git a/.github/workflows/deploy_on_release.yml b/.github/workflows/deploy_on_release.yml index afedb29..8fbf8e9 100644 --- a/.github/workflows/deploy_on_release.yml +++ b/.github/workflows/deploy_on_release.yml @@ -3,8 +3,8 @@ name: Create and publish a Docker image on: - push: - branches: ['release'] + release: + types: ['published'] env: REGISTRY: ghcr.io