From 526600b91fd0881fa3393a76a243e3a45376f635 Mon Sep 17 00:00:00 2001 From: Martin van Es Date: Tue, 28 Nov 2023 10:44:42 +0100 Subject: [PATCH] Build on tag --- .github/workflows/image.yml | 3 +++ 1 file changed, 3 insertions(+) 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