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: