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 c3b61f2 commit 9765acaCopy full SHA for 9765aca
.dockerignore
@@ -15,4 +15,4 @@
15
16
.git
17
18
-!apps/hermes/src/state/cache.rs
+!apps/hermes/server/src/state/cache.rs
.github/workflows/push-hermes-image.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
AWS_REGION: us-east-1
39
- run: |
40
- DOCKER_BUILDKIT=1 docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f apps/hermes/Dockerfile .
+ DOCKER_BUILDKIT=1 docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG -f apps/hermes/server/Dockerfile .
41
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
42
43
ECR_REGISTRY: public.ecr.aws
0 commit comments