Remove release notes for now and trying fixing double geth- prefix in Docker tag release

This commit is contained in:
Matthieu Vachon 2025-02-22 22:13:47 -05:00
parent 9217c9e6c5
commit 6f6702c591

View file

@ -96,7 +96,7 @@ jobs:
with: with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: | tags: |
type=ref,event=tag type=ref,event=tag,prefix=
type=sha,prefix= type=sha,prefix=
type=edge,branch=firehose-fh3.0 type=edge,branch=firehose-fh3.0
type=edge,branch=release/* type=edge,branch=release/*
@ -146,6 +146,3 @@ jobs:
files: | files: |
./geth_linux ./geth_linux
./geth_linux_arm64 ./geth_linux_arm64
body: |
**Changes:**
$(git log --pretty=format:"%h %s" ${{ github.ref }}^..${{ github.ref }})