Skip to content

Commit

Permalink
fix docker workflow by running on push to main, rather than master
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Jan 17, 2024
1 parent e6cb8cc commit d876c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and push docker image

on:
push:
branches: [ master ]
branches: [ main ]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit d876c48

Please sign in to comment.