Skip to content

Commit

Permalink
fix: semver for verkle-gen (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
  • Loading branch information
barnabasbusa authored Sep 24, 2024
1 parent b045792 commit e768919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ runs:
images: ethpandaops/ethereum-genesis-generator
flavor: latest=auto
tags: |
type=semver,enable=${{ startsWith(github.ref, 'refs/tags/verkle-gen-v') }},event=tag
type=semver,value=verkle-gen,enable=${{ github.ref == format('refs/heads/{0}', 'verkle-gen') }},event=branch
type=semver,pattern={{version}}
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit e768919

Please sign in to comment.