diff options
-rw-r--r-- | .github/workflows/build-deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index d21b092..3b7e15b 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -48,7 +48,7 @@ jobs: with: context: . file: ./Dockerfile - push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }} + push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} cache-from: type=registry,ref=ghcr.io/python-discord/metricity:latest cache-to: type=inline tags: ${{ steps.meta.outputs.tags }} |