We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaa8e2 commit f488974Copy full SHA for f488974
.github/workflows/sparrow-api-selfhost-publish.yml
@@ -1,12 +1,15 @@
1
name: Self-host Docker Image
2
on:
3
+ push:
4
+ branches:
5
+ - build/selfhost-image
6
workflow_dispatch:
- inputs:
- branch:
- description: "Git branch to build"
7
- required: true
8
- default: build/selfhost-image
9
- type: string
+ # inputs:
+ # branch:
+ # description: "Git branch to build"
10
+ # required: true
11
+ # default: build/selfhost-image
12
+ # type: string
13
14
permissions:
15
contents: read
0 commit comments