|
11 | 11 | env: |
12 | 12 | REPO_NAME: ${{ github.repository_owner }}/reth |
13 | 13 | # IMAGE_NAME: ${{ github.repository_owner }}/reth |
14 | | - OP_IMAGE_NAME: ${{ github.repository_owner }}/op-reth |
| 14 | +# OP_IMAGE_NAME: ${{ github.repository_owner }}/op-reth |
15 | 15 | BSC_IMAGE_NAME: ${{ github.repository_owner }}/bsc-reth |
16 | 16 | CARGO_TERM_COLOR: always |
17 | 17 | # DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/reth |
18 | | - OP_DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/op-reth |
| 18 | +# OP_DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/op-reth |
19 | 19 | BSC_DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/bsc-reth |
20 | 20 | DOCKER_USERNAME: ${{ github.actor }} |
21 | 21 | TOOL_CHAIN: "1.81" |
@@ -48,10 +48,10 @@ jobs: |
48 | 48 | # run: make PROFILE=maxperf docker-build-push-latest |
49 | 49 | # - name: Build and push reth image |
50 | 50 | # run: make PROFILE=maxperf docker-build-push |
51 | | - - name: Build and push op-reth image, tag as "latest" |
52 | | - run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push-latest |
53 | | - - name: Build and push op-reth image |
54 | | - run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push |
| 51 | +# - name: Build and push op-reth image, tag as "latest" |
| 52 | +# run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push-latest |
| 53 | +# - name: Build and push op-reth image |
| 54 | +# run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push |
55 | 55 | - name: Build and push bsc-reth image, tag as "latest" |
56 | 56 | run: make IMAGE_NAME=$BSC_IMAGE_NAME DOCKER_IMAGE_NAME=$BSC_DOCKER_IMAGE_NAME PROFILE=maxperf bsc-docker-build-push-latest |
57 | 57 | - name: Build and push bsc-reth image |
|
0 commit comments