Move from master to main branch.

This commit is contained in:
Dan 2022-05-16 13:26:58 -04:00
parent 4950ff587f
commit fd1f24f205
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Create and publish a Docker image
on: on:
push: push:
branches: ['master'] branches: ['main']
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
@ -38,4 +38,4 @@ jobs:
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}