diff --git a/.github/workflows/maven_docker_image.yml b/.github/workflows/maven_docker_image.yml index a860754..d0066f6 100644 --- a/.github/workflows/maven_docker_image.yml +++ b/.github/workflows/maven_docker_image.yml @@ -9,9 +9,8 @@ name: Java CI with Maven to create and publish Docker image on: - push: - tags: - - "*" + release: + types: [published] jobs: build: