Skip to content

Commit c8666bb

Browse files
committed
fix deploy
1 parent d971bad commit c8666bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-devnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: build
2828
env:
2929
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
30-
ECR_REPOSITORY: velas-wallet
30+
ECR_REPOSITORY: velas-synapse
3131
IMAGE_TAG: ${{github.sha}}
3232
run: |
3333
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --no-cache -f docker/Dockerfile .

0 commit comments

Comments
 (0)