can provide own image

This commit is contained in:
Johan Rooijakkers 2025-03-05 17:31:31 +01:00
parent a0f0fd27c6
commit d459669371

View File

@ -1,6 +1,10 @@
on:
workflow_call:
inputs:
image:
required: false
type: string
default: git.qlic.nl/qlic/quality:latest
username:
required: false
type: string
@ -22,7 +26,7 @@ jobs:
quality:
runs-on: ubuntu-24.04
container:
image: git.qlic.nl/qlic/quality:latest
image: ${{ inputs.image }}
credentials:
username: ${{ inputs.username }}
password: ${{ inputs.password }}