update image test

This commit is contained in:
buanet
2024-11-26 11:58:58 +01:00
parent 5d40cae941
commit 60e7dff559

View File

@@ -11,7 +11,7 @@ jobs:
- name: Testing with docker run
run: |
echo "[LOG] Starting ioBroker Container..."
docker run -d -p 8081:8081 --name iobroker -v iobrokerdata:/opt/iobroker buanet/iobroker:latest
docker run -d --name iobroker buanet/iobroker:latest
echo "[LOG] Done."
echo ' '
echo "[LOG] Waiting for Startup Script..."