diff --git a/.github/workflows/release-docker.yaml b/.github/workflows/release-docker.yaml index 0eba248..57b38bf 100644 --- a/.github/workflows/release-docker.yaml +++ b/.github/workflows/release-docker.yaml @@ -1,5 +1,7 @@ #TODO: once scrutiny is public, this file can be deleted. # builds a docker image and attaches it to the latest release. +name: Release Docker + on: release: types: [published]