Skip to content

Commit 641cb16

Browse files
authored
fix: use matching image tag as upstream hive in hive action (#6288)
1 parent d4dd267 commit 641cb16

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: docker/build-push-action@v4
2929
with:
3030
context: .
31-
tags: paradigmxyz/reth:main
31+
tags: ghcr.io/paradigmxyz/reth:latest
3232
build-args: BUILD_PROFILE=hivetests
3333
outputs: type=docker,dest=./artifacts/reth_image.tar
3434
cache-from: type=gha

0 commit comments

Comments
 (0)