File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Release distribution
2
2
3
3
on :
4
- workflow_dispatch :
5
- inputs :
6
- danger-js-version :
7
- description : " Danger JS release version"
8
- default : " 12.3.3"
9
- kotlin-version :
10
- description : " Kotlin Version"
11
- default : " 2.0.21"
12
4
release :
13
5
types : [ created ]
14
6
@@ -107,11 +99,9 @@ jobs:
107
99
USERNAME : ${{ github.actor }}
108
100
109
101
- name : Docker Build
110
- run : docker build -t ghcr.io/danger/danger-kotlin:$VERSION --build-arg="DANGER_KOTLIN_VERSION=$VERSION" --build-arg="KOTLINC_VERSION=$KOTLINC_VERSION" --build-arg="DANGER_JS_VERSION=$DANGER_JS_VERSION" .
102
+ run : docker build -t ghcr.io/danger/danger-kotlin:$VERSION .
111
103
env :
112
104
VERSION : ${{ steps.get_release.outputs.tag_name }}
113
- KOTLINC_VERSION : ${{ github.event.inputs.kotlin-version }}
114
- DANGER_JS_VERSION : ${{ github.event.inputs.danger-js-version }}
115
105
116
106
- name : Deploy
117
107
run : docker push ghcr.io/danger/danger-kotlin:$VERSION
You can’t perform that action at this time.
0 commit comments