From 0f3c6b90f5b58981dfd73f9efc1d146e3af3c697 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 21 Mar 2025 21:09:06 -0400 Subject: [PATCH] Update .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 058efc9..1791630 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,8 @@ on: jobs: build: - runs-on: hugo-latest + container: + image: fung.uy/mycosystems/web-ci:latest steps: - uses: actions/checkout@v4 with: