mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Remove release notes for now and trying fixing double geth- prefix in Docker tag release
This commit is contained in:
parent
9217c9e6c5
commit
6f6702c591
1 changed files with 1 additions and 4 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=tag
|
||||
type=ref,event=tag,prefix=
|
||||
type=sha,prefix=
|
||||
type=edge,branch=firehose-fh3.0
|
||||
type=edge,branch=release/*
|
||||
|
|
@ -146,6 +146,3 @@ jobs:
|
|||
files: |
|
||||
./geth_linux
|
||||
./geth_linux_arm64
|
||||
body: |
|
||||
**Changes:**
|
||||
$(git log --pretty=format:"%h %s" ${{ github.ref }}^..${{ github.ref }})
|
||||
|
|
|
|||
Loading…
Reference in a new issue