We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6cbf6 commit 06163dcCopy full SHA for 06163dc
1 file changed
.github/workflows/gradle-ktor-publish.yml
@@ -39,9 +39,6 @@ on:
39
docker-token:
40
description: "Docker token"
41
required: true
42
- docker-base-image:
43
- description: "Name of the docker base image to use"
44
- required: false
45
46
jobs:
47
publish:
@@ -78,5 +75,4 @@ jobs:
78
75
-Pktor.docker.password=${{ secrets.docker-token }} \
79
76
-Pktor.docker.tag=${{ steps.image-tag.outputs.tag }} \
80
77
-Pktor.docker.image=${{ inputs.docker-image }} \
81
- -Pktor.docker.base.image=${{ secrets.docker-base-image }} \
82
-Pjib.console=plain
0 commit comments