Skip to content

Commit

Permalink
Branches are now being built for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Sep 12, 2023
1 parent a3f5635 commit c34036b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "[a-z0-9]+-v*"
branches:
- "fix/*"
- "feature/*"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -53,6 +56,7 @@ jobs:
# - 2 docker tags: `{geth|bsc|...}-latest` and `{git-tag}`
tags: |
type=ref,event=tag,priority=1000
type=ref,event=branch,priority=1000
type=match,pattern=^(.*)-v\d+.\d+.\d+-fh,group=1,suffix=-latest-fh2
flavor: |
latest=false
Expand Down

0 comments on commit c34036b

Please sign in to comment.