run container using an action
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 26s
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 26s
This commit is contained in:
parent
dd30db868c
commit
f4cdff06a0
@ -12,7 +12,10 @@ jobs:
|
||||
- name: check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: run composer update to update composer.lock
|
||||
run: composer update
|
||||
uses: https://github.com/addnab/docker-run-action@v3
|
||||
with:
|
||||
run: composer update
|
||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
|
||||
# - name: commit changed files
|
||||
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
# with:
|
||||
|
Loading…
Reference in New Issue
Block a user