create automatic docker build for eip4844
This commit is contained in:
parent
019467840f
commit
6d85930520
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
- unstable
|
||||
- stable
|
||||
- capella
|
||||
- eip4844
|
||||
tags:
|
||||
- v*
|
||||
|
||||
@ -40,6 +41,11 @@ jobs:
|
||||
run: |
|
||||
echo "VERSION=capella" >> $GITHUB_ENV
|
||||
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
|
||||
- name: Extract version (if eip4844)
|
||||
if: github.event.ref == 'refs/heads/eip4844'
|
||||
run: |
|
||||
echo "VERSION=eip4844" >> $GITHUB_ENV
|
||||
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
|
||||
- name: Extract version (if tagged release)
|
||||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user