Skip to content

Commit 8e778b2

Browse files
committed
Update kotlin libraries
- Removed on workflow dispatch inputs
1 parent 94c9b6c commit 8e778b2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name: Release distribution
22

33
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"
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

0 commit comments

Comments
 (0)