Skip to content

Commit bab7905

Browse files
committed
update image
1 parent a90f09b commit bab7905

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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: BUILD_ENV=${{ matrix.env }}
65+
build-args: BUILD_ENV=${{ matrix.env }} ETHLANCE_DEPLOY_SEED=${{ secrets.ETHLANCE_DEPLOY_SEED }}
6666
push: true
6767
tags: ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-server:${{ github.sha }}, ${{ secrets.ECR_REGISTRY }}/ethlance-${{ matrix.env }}-server:latest
6868

docker-builds/server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM --platform=amd64 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-20.18.1 as builder
1+
FROM --platform=amd64 487920318758.dkr.ecr.eu-central-1.amazonaws.com/cljs-web3-ci:node-20.18.1 as builder
22
ARG ETHLANCE_ENV=prod
3-
ARG ETHLANCE_DEPLOY_SEED="sign bachelor state zoo expire boat morning situate scene unveil oven crew"
3+
ARG ETHLANCE_DEPLOY_SEED
44
USER root
55

66
ENV ETHLANCE_SOURCE_ROOT=/build/ethlance \

0 commit comments

Comments
 (0)