From 667ab0c4f897309a8b980b03512ae3e830f53674 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 12 Oct 2023 00:31:54 +0200 Subject: [PATCH] ci: the time of hacky workarounds has come --- .gitea/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3005c5d..8f9fa0e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,6 +10,9 @@ jobs: build-docker: runs-on: ubuntu-latest steps: + - name: Fixing Environment + run: | + echo "rc_cgroup_mode=\"unified\"" >> /etc/rc/conf - name: Checkout uses: actions/checkout@v4 - name: Set up Docker Buildx @@ -20,8 +23,6 @@ jobs: context: . load: true tags: nerdcult_frontend:latest - - name: Build Docker Image - run: docker build -t nerdcult_frontend . - name: Inspect run: | docker image inspect nerdcult_frontend:latest \ No newline at end of file