https://github.com/nedap/elixir-build-image
https://github.com/nedap/elixir-build-image
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nedap/elixir-build-image
- Owner: nedap
- Created: 2020-07-20T11:31:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:47:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T04:07:54.687Z (about 1 year ago)
- Language: Dockerfile
- Size: 37.1 KB
- Stars: 0
- Watchers: 35
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image builder for elixir projects
Builds an image for each of the debian versions specified as `buildpack_tag` [in the workflow file](https://github.com/nedap/elixir-build-image/blob/master/.github/workflows/docker-publish.yml#L13)
## Releasing
To create a new release:
* commit your code to master
* create a GH release
* go to [releases](https://github.com/nedap/elixir-build-image/releases) -> "Draft a new release"
* select tag: [your tag here], target: master, Release title: [your tag here], check "Set as the latest release" and publish