Skip to content

Commit

Permalink
Change workflow to build images on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ibot3 committed Jan 11, 2023
1 parent 7508050 commit ddb8215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Docker
on:
push:
# Publish `master` as Docker `latest` image.
# Other branches with the git ref as branch
branches:
- master
- *

# Publish `v1.2.3` tags as releases.
tags:
Expand Down

0 comments on commit ddb8215

Please sign in to comment.