From 8b5de43b57af537adec4aad35ed5e010010e3351 Mon Sep 17 00:00:00 2001 From: Hannes Hansen Date: Tue, 2 Jul 2024 15:33:18 +0200 Subject: [PATCH] fixed github action --- .github/workflows/prod.yml | 2 +- Modfile.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 3e8d853..b336d01 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -40,4 +40,4 @@ jobs: push: true tags: | smartenergyplatform/smart-meter-dc:prod - ghcr.io/senergy-platform/smart-meter-dc::${{ github.ref_name }} \ No newline at end of file + ghcr.io/senergy-platform/smart-meter-dc:${{ github.ref_name }} \ No newline at end of file diff --git a/Modfile.yaml b/Modfile.yaml index 782a570..1c16be2 100644 --- a/Modfile.yaml +++ b/Modfile.yaml @@ -2,13 +2,13 @@ modfileVersion: "v1" id: github.com/SENERGY-Platform/mgw-smart-meter-dc name: Smart Meter Device Connector description: -version: v1.0.8 +version: v1.0.9 type: add-on deploymentType: single services: connector: name: Connector - image: ghcr.io/senergy-platform/smart-meter-dc:v1.0.8 + image: ghcr.io/senergy-platform/smart-meter-dc:v1.0.9 dependencies: github.com/SENERGY-Platform/mgw-mqtt-broker: