Skip to content

Commit 7e6cbf6

Browse files
committed
To secrets
1 parent 0b36a19 commit 7e6cbf6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ on:
1616
description: "Name of the docker image to push"
1717
required: true
1818
type: string
19-
docker-base-image:
20-
description: "Name of the docker base image to use"
21-
required: false
22-
type: string
2319
docker-tag:
2420
description: "Tag of the docker image to push, defaults to current branch name"
2521
required: false
@@ -43,6 +39,9 @@ on:
4339
docker-token:
4440
description: "Docker token"
4541
required: true
42+
docker-base-image:
43+
description: "Name of the docker base image to use"
44+
required: false
4645

4746
jobs:
4847
publish:
@@ -79,5 +78,5 @@ jobs:
7978
-Pktor.docker.password=${{ secrets.docker-token }} \
8079
-Pktor.docker.tag=${{ steps.image-tag.outputs.tag }} \
8180
-Pktor.docker.image=${{ inputs.docker-image }} \
82-
-Pktor.docker.base.image=${{ inputs.docker-base-image }} \
81+
-Pktor.docker.base.image=${{ secrets.docker-base-image }} \
8382
-Pjib.console=plain

0 commit comments

Comments
 (0)