From b0562299d678c234b470fc217d58d51311470e61 Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 18 Nov 2023 22:35:25 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index e91235a..90c8d71 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -38,6 +38,7 @@ jobs: deploy-staging: runs-on: ubuntu-latest + container: rust:latest needs: [build, test] if: github.ref == 'refs/heads/staging' steps: @@ -72,6 +73,7 @@ jobs: deploy-main: runs-on: ubuntu-latest + container: rust:latest needs: [build, test] if: github.ref == 'refs/heads/main' steps: