We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d971bad commit c8666bbCopy full SHA for c8666bb
.github/workflows/build-deploy-devnet.yaml
@@ -27,7 +27,7 @@ jobs:
27
id: build
28
env:
29
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
30
- ECR_REPOSITORY: velas-wallet
+ ECR_REPOSITORY: velas-synapse
31
IMAGE_TAG: ${{github.sha}}
32
run: |
33
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --no-cache -f docker/Dockerfile .
0 commit comments