-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature/docker refactorings #794
Feature/docker refactorings #794
Conversation
…xadhy/skywire into feature/docker-refactorings
I am still running into the same problem as before. In addition, can we add a make target for building the docker image? |
@jdknives: I think it was because you built the image with Should I change that behaviour? |
@alexadhy works well. We should also copy over |
Makefile
Outdated
@@ -138,6 +138,9 @@ build-deploy: ## Build for deployment Docker images | |||
${OPTS} go build ${BUILD_OPTS_DEPLOY} -o /release/apps/skysocks ./cmd/apps/skysocks | |||
${OPTS} go build ${BUILD_OPTS_DEPLOY} -o /release/apps/skysocks-client ./cmd/apps/skysocks-client | |||
|
|||
build-docker: ## Build docker image | |||
./ci_scripts/docker-push.sh -t develop -b |
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.
Can we use a var here instead of hardcoding the tag? May be more helpful this way.
Did you run
make format && make check
? yesFixes #793
Changes:
How to test this PR: