Skip to content

Commit

Permalink
trying new pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Sep 24, 2024
1 parent 8f4244c commit bba87c4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/actions/prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ runs:
images: ethpandaops/ethereum-genesis-generator
flavor: latest=auto
tags: |
type=raw,value=master,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,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
type=semver,pattern={{version}}
type=ref,event=branch
type=sha
type=match,event=tag,pattern=^v\d+\.\d+\.\d+$,group=0
type=match,event=tag,pattern=^verkle-gen-v\d+\.\d+\.\d+$,group=0
type=match,event=tag,pattern=^ephemery-v\d+\.\d+\.\d+$,group=0
- name: Set tag
id: set_tag
shell: bash
Expand Down

0 comments on commit bba87c4

Please sign in to comment.