Compare commits
4 Commits
feature/co
...
main
Author | SHA1 | Date | |
---|---|---|---|
ff2e5816b0 | |||
ce508a66d5 | |||
74bc98d49d | |||
d459669371 |
@ -1,6 +1,10 @@
|
|||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
image:
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: git.qlic.nl/qlic/quality:php8.3
|
||||||
username:
|
username:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@ -22,17 +26,11 @@ jobs:
|
|||||||
quality:
|
quality:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
container:
|
container:
|
||||||
image: git.qlic.nl/qlic/quality:latest
|
image: ${{ inputs.image }}
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ inputs.username }}
|
username: ${{ inputs.username }}
|
||||||
password: ${{ inputs.password }}
|
password: ${{ inputs.password }}
|
||||||
steps:
|
steps:
|
||||||
- name: Setup composer authentication
|
|
||||||
run: |
|
|
||||||
if [ -f ${{ secrets.COMPOSER_AUTH_JSON }} ]
|
|
||||||
cp ${{ secrets.COMPOSER_AUTH_JSON }} ~/.composer/auth.json
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Setup composer
|
- name: Setup composer
|
||||||
uses: https://git.qlic.nl/actions/setup-composer@v1
|
uses: https://git.qlic.nl/actions/setup-composer@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user