From c45e10ad2c2034b659309aeb4054954355a7e801 Mon Sep 17 00:00:00 2001 From: Piotr Date: Wed, 29 Sep 2021 00:45:51 +0200 Subject: [PATCH] on new release --- .github/workflows/deploy_package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_package.yaml b/.github/workflows/deploy_package.yaml index bbabf03..3aa365d 100644 --- a/.github/workflows/deploy_package.yaml +++ b/.github/workflows/deploy_package.yaml @@ -6,8 +6,8 @@ name: Create and publish a Docker image on: - push: - branches: ['master'] + release: + types: [published] env: REGISTRY: ghcr.io