Skip to content

Commit f4ddc58

Browse files
committed
fix registry
1 parent 52f98c9 commit f4ddc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

@@ -73,6 +73,6 @@ jobs:
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

0 commit comments

Comments
 (0)