From a469128c9dc7195a59de3a6af4d4bb22d3f1f6a3 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 7 Apr 2023 20:31:41 +0200 Subject: [PATCH] Change default branch to main --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 80026ab..8976048 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -2,7 +2,7 @@ name: Publish Docker Image on: push: branches: - - master + - main env: REGISTRY: ghcr.io