Skip to content

Commit

Permalink
add custom pattern for verkle
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Mar 19, 2024
1 parent 490e3a1 commit fae61f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
images: ethpandaops/ethereum-genesis-generator
flavor: latest=true
tags: |
type=semver,pattern=verkle-gen-{{version}}
type=ref,event=branch
type=ref,event=pr
type=raw,pattern={{version}}
type=semver,pattern={{version}}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit fae61f7

Please sign in to comment.