move container image into job
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 19s
Some checks failed
Prepare release for chill app / update-deps (push) Failing after 19s
This commit is contained in:
parent
6d7d3e0259
commit
0e8396c554
@ -8,11 +8,12 @@ on:
|
||||
|
||||
jobs:
|
||||
update-deps:
|
||||
container:
|
||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
|
||||
steps:
|
||||
- name: check out repository
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
- name: run composer update to update composer.lock
|
||||
uses: docker://gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
|
||||
run: composer update
|
||||
- name: commit changed files
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user