We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8cd51 commit 5470a92Copy full SHA for 5470a92
1 file changed
.github/workflows/promote.yml
@@ -92,6 +92,11 @@ on:
92
required: false
93
type: boolean
94
default: true
95
+ registry:
96
+ description: 'The container registry'
97
+ required: false
98
+ default: 'ghcr.io'
99
+ type: string
100
registry-username:
101
description: 'The container registry username'
102
@@ -150,6 +155,7 @@ jobs:
150
155
with:
151
156
version: ${{ steps.release_version.outputs.version }}
152
157
image-digests: ${{ inputs.image-digests }}
158
+ registry: ${{ inputs.registry }}
153
159
registry-username: ${{ inputs.registry-username }}
154
160
registry-password: ${{ secrets.registry-password || secrets.GITHUB_TOKEN }}
161
additional-tags: ${{ inputs.image-additional-tags }}
0 commit comments