Skip to content

Commit e68eadb

Browse files
committed
fix: use matching image tag as upstream hive in hive action
1 parent 3faf9d8 commit e68eadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hive.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/build-push-action@v4
2828
with:
2929
context: .
30-
tags: paradigmxyz/reth:main
30+
tags: ghcr.io/paradigmxyz/reth:latest
3131
build-args: BUILD_PROFILE=hivetests
3232
outputs: type=docker,dest=./artifacts/reth_image.tar
3333
cache-from: type=gha

0 commit comments

Comments
 (0)