Skip to content

Commit

Permalink
fix: use matching image tag as upstream hive in hive action (#6288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jan 30, 2024
1 parent d4dd267 commit 641cb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 641cb16

Please sign in to comment.