We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dd267 commit 641cb16Copy full SHA for 641cb16
.github/workflows/hive.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: docker/build-push-action@v4
29
with:
30
context: .
31
- tags: paradigmxyz/reth:main
+ tags: ghcr.io/paradigmxyz/reth:latest
32
build-args: BUILD_PROFILE=hivetests
33
outputs: type=docker,dest=./artifacts/reth_image.tar
34
cache-from: type=gha
0 commit comments