Skip to content

Commit

Permalink
ci, img push: push images when main branch is updated
Browse files Browse the repository at this point in the history
Previously we were attempting to push images on changes to the `master`
branch ... which didn't exist in this project.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Oct 5, 2022
1 parent 42215cf commit 5171030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Push container image
on:
push:
branches:
- master
- main
env:
image-push-owner: 'maiqueb'
jobs:
Expand Down

0 comments on commit 5171030

Please sign in to comment.