-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker image not built #8
Comments
How do I use the image that is built by the github workflow? Most probably with
but what is secrets.GCLOUD_PROJECT_ID? |
I can also publish to github packages: https://github.com/ccatp/telescope-control-system/packages/447887 Does that work? |
Pulling the image from github works; building the image locally still fails with
github_ssh_key_ed25519 contains my private key for github and was made accessible for docker, so I think that should work, but it doesn't... Anyway, I can make it work with
instead of
in the Dockerfile, so I have a work-around, and since this is not my turf in the first place, we can leave it as it is. |
gives
Changing Dockerfile to
and building with
with shell variables GITHUB_USER and GITHUB_PASS set, downlods everything from github:
but still fails with
This Dockerfile
(slightly adapted from https://github.com/ccatp/demos/blob/master/2020-08-acu_sim-housekeeping/tcs/Dockerfile) works:
The text was updated successfully, but these errors were encountered: