From 9d99667704cd495d8b514036de18ae149f3a83c8 Mon Sep 17 00:00:00 2001 From: Aibek <35672535+L1ghtman2k@users.noreply.github.com> Date: Sat, 17 Dec 2022 20:19:20 -0500 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index acdac45..c6f2af5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,9 +1,8 @@ name: Create and publish a Docker image on: - push: - branches: ['release'] - + release: + types: [published] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}