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