Skip to content

Commit

Permalink
Changed branch model for Docker image building
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Sep 14, 2023
1 parent e87d57c commit cd02d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
tags:
- "[a-z0-9]+-v*"
branches:
- "fix/*"
- "feature/*"
# Expected to be <network>/{fix,feature}/<name> where <network> is one of {geth,bsc,polygon,etc.}
- "*/fix/*"
- "*/feature/*"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit cd02d85

Please sign in to comment.