[P] Add container rebuilding on every rerun
All checks were successful
Component testing / Hub testing (push) Successful in 18s
Component testing / Store testing (push) Successful in 22s
Component testing / Integration smoke testing (push) Successful in 2m33s

This commit was merged in pull request #25.
This commit is contained in:
2026-03-23 18:31:43 +02:00
parent 2846130e4e
commit 0b8d2eb18b

View File

@@ -50,9 +50,9 @@ jobs:
- name: Clone repository - name: Clone repository
run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }} run: git clone --revision ${{ gitea.sha }} --depth 1 ${{ gitea.server_url }}/${{ gitea.repository }}
#- name: Build all production containers - name: Build all production containers
#working-directory: IoT-Systems working-directory: IoT-Systems
#run: docker-compose build run: docker-compose build
- name: Start all production containers - name: Start all production containers
working-directory: IoT-Systems working-directory: IoT-Systems