mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
fix: use matching image tag as upstream hive in hive action (#6288)
This commit is contained in:
2
.github/workflows/hive.yml
vendored
2
.github/workflows/hive.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
tags: paradigmxyz/reth:main
|
||||
tags: ghcr.io/paradigmxyz/reth:latest
|
||||
build-args: BUILD_PROFILE=hivetests
|
||||
outputs: type=docker,dest=./artifacts/reth_image.tar
|
||||
cache-from: type=gha
|
||||
|
||||
Reference in New Issue
Block a user