You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Opsmaru Pakman
alpine-3.18-7.4
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.3
- uses alpine:edge imagepakman@alpine-3.18-7.3
- uses alpine:3.18 imagepakman@alpine-3.17-7.3
- uses alpine:3.17 imagepakman@alpine-3.16-7.3
- uses alpine:3.16 imagepakman@alpine-3.15-7.3
- uses alpine:3.15 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
-
Next.js - Includes only deployment configuration
-
Go - Includes only deployment configuration