Skip to content

Commit

Permalink
Setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 14, 2024
1 parent 776ebb7 commit e2b11e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'IcePAK'
description: 'Pushes built image to polar server'
inputs:
polar_endpoint:
description: "The endpoint for polar image server."
required: true
default: "https://images.opsmaru.com"
runs:
using: "composite"
steps:
- uses: erlef/setup-beam@v1
with:
otp-version: "26.2.1"
elixir-version: "1.15.7"

0 comments on commit e2b11e6

Please sign in to comment.