fix: use matching image tag as upstream hive in hive action (#6288)

This commit is contained in:
Dan Cline
2024-01-30 12:30:23 -05:00
committed by GitHub
parent d4dd267739
commit 641cb16e64

View File

@@ -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