added build-push.sh script for iot-bridge
Some checks failed
IoT Bridge - Tests & Quality Checks / Type Check (mypy) (push) Failing after 42s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Failing after 16s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Successful in 1m5s
IoT Bridge - Tests & Quality Checks / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Successful in 1m9s
IoT Bridge - Tests & Quality Checks / Integration Tests (push) Failing after 18s
IoT Bridge - Tests & Quality Checks / Lint & Format Check (push) Failing after 4m49s
IoT Bridge - Tests & Quality Checks / Docker Build Test (push) Failing after 3m38s
IoT Bridge - Tests & Quality Checks / Quality Gate (push) Failing after 3s

This commit is contained in:
Matthias Lotz 2026-03-19 19:17:04 +01:00
parent 0bce1e1bed
commit 0ed67b34a0

2
iot_bridge/build-push.sh Executable file
View File

@ -0,0 +1,2 @@
docker build -t gitea.lan.hobbyhimmel.de/hobbyhimmel/odoo_open_workshop_iot_bridge:18.0 -f Dockerfile .
docker push gitea.lan.hobbyhimmel.de/hobbyhimmel/odoo_open_workshop_iot_bridge:18.0