Skip to content

Commit 06163dc

Browse files
committed
Remove base image
1 parent 7e6cbf6 commit 06163dc

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gradle-ktor-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ on:
3939
docker-token:
4040
description: "Docker token"
4141
required: true
42-
docker-base-image:
43-
description: "Name of the docker base image to use"
44-
required: false
4542

4643
jobs:
4744
publish:
@@ -78,5 +75,4 @@ jobs:
7875
-Pktor.docker.password=${{ secrets.docker-token }} \
7976
-Pktor.docker.tag=${{ steps.image-tag.outputs.tag }} \
8077
-Pktor.docker.image=${{ inputs.docker-image }} \
81-
-Pktor.docker.base.image=${{ secrets.docker-base-image }} \
8278
-Pjib.console=plain

0 commit comments

Comments
 (0)