We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47018e commit 9da462bCopy full SHA for 9da462b
1 file changed
.github/workflows/docker-opensips-publish.yml
@@ -14,6 +14,10 @@ on:
14
required: false
15
type: boolean
16
default: true
17
+ build:
18
+ description: Apt package build
19
+ required: false
20
+ default: releases
21
modules:
22
description: Extra Modules
23
@@ -32,5 +36,6 @@ jobs:
32
36
tag: ${{ github.event.inputs.tag }}
33
37
cli: ${{ github.event.inputs.cli }}
34
38
modules: ${{ github.event.inputs.modules }}
39
+ build: ${{ github.event.inputs.build }}
35
40
docker-username: ${{ secrets.DOCKER_USERNAME }}
41
docker-token: ${{ secrets.DOCKER_TOKEN }}
0 commit comments