diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c938442..5a57ae2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,8 +1,8 @@ -name: Build and publish to Docker Hub (tags only) -on: - push: - tags: - - * +name: Build and publish to Docker Hub (releases only) +on: + release: + types: [created] + jobs: build: name: Converge