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 11name : Release distribution
22
33on :
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"
124 release :
135 types : [ created ]
146
@@ -107,11 +99,9 @@ jobs:
10799 USERNAME : ${{ github.actor }}
108100
109101 - 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 .
111103 env :
112104 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 }}
115105
116106 - name : Deploy
117107 run : docker push ghcr.io/danger/danger-kotlin:$VERSION
You can’t perform that action at this time.
0 commit comments