From f4cdff06a08398c12eb7d233164daa014d4c1453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 24 Oct 2023 16:51:20 +0200 Subject: [PATCH] run container using an action --- .gitea/workflows/release_preparation.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 609d145..2cdcffd 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -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: