diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index e13e45177..e4aa9557d 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -4,6 +4,9 @@ name: Create and publish a Docker image on: push: branches: ["ci-create-image"] + release: + tags: + types: [published] env: REGISTRY: ghcr.io