We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec05dc4 commit 520eacaCopy full SHA for 520eaca
1 file changed
.github/workflows/docker-build.yml
@@ -18,6 +18,10 @@ on:
18
description: 'Docker registry'
19
required: false
20
type: string
21
+ custom-tag:
22
+ default: ''
23
+ required: false
24
+ type: string
25
context:
26
27
default: .
@@ -147,6 +151,7 @@ jobs:
147
151
images: |
148
152
${{ needs.determine_registries.outputs.registry != '' && needs.determine_registries.outputs.registry || steps.reponame.outputs.lowercase }}
149
153
tags: |
154
+ ${{ inputs.custom-tag != '' && inputs.custom-tag || '' }}
150
155
type=schedule
156
type=ref,event=branch
157
type=ref,event=tag
0 commit comments