-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update terraform-dev.yml #362
Conversation
Added an additional directory traverse to fix docker build
Terraform Feature Environment (dev-362)Terraform Initialization ⚙️
|
Terraform Feature Environment Destroy (dev-362)Terraform Initialization ⚙️
|
@@ -57,7 +57,7 @@ jobs: | |||
# Build Docker image. | |||
- name: Docker Image | |||
id: build | |||
run: docker build .. -t near/mpc-recovery | |||
run: docker build ../.. -t near/mpc-recovery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmaus-near Why do we need to build this image at all? Aren't we using Artifact Registry one in the next step?
Added an additional directory traverse to fix docker build