diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e2eb3e6..6928a0f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,6 +3,8 @@ name: Publish Docker image on: release: types: [published] + push: + types: [latest] jobs: push_to_registries: