|
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 |
|
@@ -44,10 +44,10 @@ jobs: |
44 | 44 | # run: make PROFILE=maxperf docker-build-push-latest |
45 | 45 | # - name: Build and push reth image |
46 | 46 | # run: make PROFILE=maxperf docker-build-push |
47 | | - - name: Build and push op-reth image, tag as "latest" |
48 | | - run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push-latest |
49 | | - - name: Build and push op-reth image |
50 | | - run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push |
| 47 | + # - name: Build and push op-reth image, tag as "latest" |
| 48 | + # run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push-latest |
| 49 | + # - name: Build and push op-reth image |
| 50 | + # run: make IMAGE_NAME=$OP_IMAGE_NAME DOCKER_IMAGE_NAME=$OP_DOCKER_IMAGE_NAME PROFILE=maxperf op-docker-build-push |
51 | 51 | - name: Build and push bsc-reth image, tag as "latest" |
52 | 52 | run: make IMAGE_NAME=$BSC_IMAGE_NAME DOCKER_IMAGE_NAME=$BSC_DOCKER_IMAGE_NAME PROFILE=maxperf bsc-docker-build-push-latest |
53 | 53 | - name: Build and push bsc-reth image |
|
0 commit comments