update automatic docker builds for the correct branch (#4375)
This commit is contained in:
parent
72d6cda11b
commit
ec1b36474b
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- unstable
|
- unstable
|
||||||
- stable
|
- stable
|
||||||
- eip4844
|
- deneb-free-blobs
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
@ -35,10 +35,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "VERSION=latest" >> $GITHUB_ENV
|
echo "VERSION=latest" >> $GITHUB_ENV
|
||||||
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
|
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
|
||||||
- name: Extract version (if eip4844)
|
- name: Extract version (if deneb)
|
||||||
if: github.event.ref == 'refs/heads/eip4844'
|
if: github.event.ref == 'refs/heads/deneb-free-blobs'
|
||||||
run: |
|
run: |
|
||||||
echo "VERSION=eip4844" >> $GITHUB_ENV
|
echo "VERSION=deneb" >> $GITHUB_ENV
|
||||||
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
|
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
|
||||||
- name: Extract version (if tagged release)
|
- name: Extract version (if tagged release)
|
||||||
if: startsWith(github.event.ref, 'refs/tags')
|
if: startsWith(github.event.ref, 'refs/tags')
|
||||||
|
Loading…
Reference in New Issue
Block a user