From 0b8d2eb18b3506e6329c7eeea38030c54d8ea54e Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Mon, 23 Mar 2026 18:31:43 +0200 Subject: [PATCH] [P] Add container rebuilding on every rerun --- .gitea/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 07e95af..a6536df 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -50,9 +50,9 @@ jobs: - name: Clone repository run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }} - #- name: Build all production containers - #working-directory: IoT-Systems - #run: docker-compose build + - name: Build all production containers + working-directory: IoT-Systems + run: docker-compose build - name: Start all production containers working-directory: IoT-Systems