You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Opsmaru Pakman
alpine-edge-7.2
This action allows you to build your software into an distributable self-contained package. It is designed to be used with instellar.app
You can choose from multiple version of alpine by choosing the tag
pakman@alpine-edge-7.1
- uses alpine:edge imagepakman@alpine-3.17-7.1
- uses alpine:3.17 imagepakman@alpine-3.16-7.1
- uses alpine:3.16 imagepakman@alpine-3.15-7.1
- uses alpine:3.15 imagepakman@alpine-3.14-7.1
- uses alpine:3.14 image
We've created example projects that show you how to configure your project to work with this github action.
-
Elixir / Phoenix - Includes CI configuration as well as deployment configuration
-
Ruby on Rails - Includes only deployment configuration
-
Python Django - Includes only deployment configuration