From fd1f24f2057e99bf4b9f2a92993c198d314aa4d5 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 16 May 2022 13:26:58 -0400 Subject: [PATCH] Move from master to main branch. --- .github/workflows/create-docker-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-docker-action.yml b/.github/workflows/create-docker-action.yml index 4bb7cca..33769a9 100644 --- a/.github/workflows/create-docker-action.yml +++ b/.github/workflows/create-docker-action.yml @@ -2,7 +2,7 @@ name: Create and publish a Docker image on: push: - branches: ['master'] + branches: ['main'] env: REGISTRY: ghcr.io @@ -38,4 +38,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}