Skip to content

Commit

Permalink
fix(hermes): update dockerfile path on the CI (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Jun 12, 2024
1 parent c3b61f2 commit 9765aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

.git

!apps/hermes/src/state/cache.rs
!apps/hermes/server/src/state/cache.rs
2 changes: 1 addition & 1 deletion .github/workflows/push-hermes-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
AWS_REGION: us-east-1
- run: |
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 .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
env:
ECR_REGISTRY: public.ecr.aws
Expand Down

0 comments on commit 9765aca

Please sign in to comment.