File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 builder : ${{ steps.setup-buildx.outputs.name }}
6363 platforms : linux/amd64
6464 file : docker-builds/server/Dockerfile
65- build-args : ETHLANCE_ENV=${{ matrix.env }}, ETHLANCE_DEPLOY_SEED=${{ secrets.ETHLANCE_DEPLOY_SEED }}, DOCKER_REGISTRY=${{ secrets.DOCKER_REGISTRY }}
65+ build-args : ETHLANCE_ENV=${{ matrix.env }}, ETHLANCE_DEPLOY_SEED=${{ secrets.ETHLANCE_DEPLOY_SEED }}, DOCKER_REGISTRY=${{ secrets.ECR_REGISTRY }}
6666 push : true
6767 tags : ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-server:${{ github.sha }}, ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-server:latest
6868
7373 platforms : linux/amd64
7474 builder : ${{ steps.setup-buildx.outputs.name }}
7575 file : docker-builds/ui/Dockerfile
76- build-args : ETHLANCE_ENV=${{ matrix.env }}, ETHLANCE_DEPLOY_SEED=${{ secrets.ETHLANCE_DEPLOY_SEED }}, DOCKER_REGISTRY=${{ secrets.DOCKER_REGISTRY }}
76+ build-args : ETHLANCE_ENV=${{ matrix.env }}, ETHLANCE_DEPLOY_SEED=${{ secrets.ETHLANCE_DEPLOY_SEED }}, DOCKER_REGISTRY=${{ secrets.ECR_REGISTRY }}
7777 push : true
7878 tags : ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-ui:${{ github.sha }}, ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-server:latest
You can’t perform that action at this time.
0 commit comments