diff --git a/.github/workflows/publish_image.yaml b/.github/workflows/publish_image.yaml index 5c0326f..30d8e22 100644 --- a/.github/workflows/publish_image.yaml +++ b/.github/workflows/publish_image.yaml @@ -1,7 +1,7 @@ name: Build and push Docker image on: release: - types: [created] + types: [published] jobs: build-push: