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 }}