From 641cb16e64f3eeb20f8d80244dc3dc61a5e8d3f8 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:30:23 -0500 Subject: [PATCH] fix: use matching image tag as upstream hive in hive action (#6288) --- .github/workflows/hive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index fd2940a607..7293aa057e 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -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