From dac04024dc1a2b32f1f45a0130d77beb66f40d57 Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Thu, 9 Dec 2021 23:45:02 +0100 Subject: [PATCH] Fix branch name in the actions trigger --- .github/workflows/image-make-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-make-and-publish.yml b/.github/workflows/image-make-and-publish.yml index 36b7606..beb86f3 100644 --- a/.github/workflows/image-make-and-publish.yml +++ b/.github/workflows/image-make-and-publish.yml @@ -3,7 +3,7 @@ name: Docker on: workflow_dispatch: push: - branches: [ master ] + branches: [ main ] env: REGISTRY: ghcr.io