Skip to content

Instantly share code, notes, and snippets.

@russelljjarvis
Created February 21, 2023 23:34
Show Gist options
  • Save russelljjarvis/42229949c50129a1efb24106e5ef645c to your computer and use it in GitHub Desktop.
Save russelljjarvis/42229949c50129a1efb24106e5ef645c to your computer and use it in GitHub Desktop.
Hi @ali-mehrabi,
To automatic docker building in github. Click on the tab "actions" in your repository.
Then you can create an action similar to this:
https://github.com/pabloabur/brian2-sims/blob/main/.github/workflows/docker-image.yml#L18-L20
lines 18-20 build and run the dockerfile.
If you press the yellow dot, on your main repository page, you can watch the job build in the cloud.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment