From 26b3189c7043e4a1ab1a2e0ee985b7cefe6d6eb4 Mon Sep 17 00:00:00 2001 From: natilou <30585029+natilou@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:54:54 -0300 Subject: [PATCH] fix on push branches master --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87aaa73..92a9a75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,7 @@ name: Create and publish a Docker image - Release on: push: branches: - - main + - master env: REGISTRY: ghcr.io