Skip to content

Commit

Permalink
Ensure images are pushed to ghcr on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 22, 2023
1 parent 3955d70 commit fe0f98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit fe0f98c

Please sign in to comment.