Skip to content

Commit 5470a92

Browse files
committed
fix(promote): add missing input
1 parent 0c8cd51 commit 5470a92

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/promote.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ on:
9292
required: false
9393
type: boolean
9494
default: true
95+
registry:
96+
description: 'The container registry'
97+
required: false
98+
default: 'ghcr.io'
99+
type: string
95100
registry-username:
96101
description: 'The container registry username'
97102
required: false
@@ -150,6 +155,7 @@ jobs:
150155
with:
151156
version: ${{ steps.release_version.outputs.version }}
152157
image-digests: ${{ inputs.image-digests }}
158+
registry: ${{ inputs.registry }}
153159
registry-username: ${{ inputs.registry-username }}
154160
registry-password: ${{ secrets.registry-password || secrets.GITHUB_TOKEN }}
155161
additional-tags: ${{ inputs.image-additional-tags }}

0 commit comments

Comments
 (0)