diff --git a/.github/workflows/release-containers.yml b/.github/workflows/release-containers.yml index 4a7b3a9..30b5b2b 100644 --- a/.github/workflows/release-containers.yml +++ b/.github/workflows/release-containers.yml @@ -1,11 +1,8 @@ name: Release container on: - push: - branches-ignore: - - '**' - tags: - - '*' + release: + types: [published] jobs: tags: