add car powermeter

This commit is contained in:
2025-12-15 14:19:18 +01:00
parent 61509c0000
commit 95984157e8
4 changed files with 235 additions and 127 deletions

View File

@@ -51,12 +51,12 @@ steps:
settings:
repo: ${FORGE_NAME}/${CI_REPO}
registry:
from_secret: container_registry
from_secret: local_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: container_registry_username
from_secret: local_username
password:
from_secret: container_registry_password
from_secret: local_password
dockerfile: Dockerfile
when:
- event: [push, tag]