Skip to content

Commit

Permalink
fixed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Jul 2, 2024
1 parent 94827af commit 8b5de43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
push: true
tags: |
smartenergyplatform/smart-meter-dc:prod
ghcr.io/senergy-platform/smart-meter-dc::${{ github.ref_name }}
ghcr.io/senergy-platform/smart-meter-dc:${{ github.ref_name }}
4 changes: 2 additions & 2 deletions Modfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b5de43

Please sign in to comment.