Skip to content

Commit 268fdd4

Browse files
committed
2 parents 5e2af68 + 81bf20e commit 268fdd4

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/publish-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
shell: bash
7575
env:
7676
ContainerRegistry: ghcr.io
77-
ContainerRepository: caunt/ecoflow-mqtt-api
77+
ContainerRepository: caunt/ecoflow-http-api
7878
ContainerPort: 8080
7979
MSYS_NO_PATHCONV: 1
8080
MSYS2_ARG_CONV_EXCL: '*'
@@ -105,7 +105,7 @@ jobs:
105105
shell: bash
106106
env:
107107
ContainerRegistry: ghcr.io
108-
ContainerRepository: caunt/ecoflow-mqtt-api
108+
ContainerRepository: caunt/ecoflow-http-api
109109
ContainerPort: 8080
110110
run: |
111111
imageTags="latest-${{ matrix.tagSuffix }}"
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Create and Push Manifest
139139
env:
140-
targetRepository: ghcr.io/caunt/ecoflow-mqtt-api
140+
targetRepository: ghcr.io/caunt/ecoflow-http-api
141141
run: |
142142
docker manifest create $targetRepository:latest \
143143
$targetRepository:latest-linux-x64 \

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# ⚡ EcoFlow HTTP API
22

3-
[![Publish Builds](https://img.shields.io/github/actions/workflow/status/caunt/EcoFlow-MQTT-API/publish-builds.yml?style=for-the-badge&label=builds)](https://github.com/caunt/EcoFlow-MQTT-API/actions/workflows/publish-builds.yml)
4-
[![Downloads Count](https://img.shields.io/github/downloads/caunt/EcoFlow-MQTT-API/latest/total?style=for-the-badge)](https://github.com/caunt/EcoFlow-MQTT-API/releases/latest)
5-
[![Publish Container](https://img.shields.io/github/actions/workflow/status/caunt/EcoFlow-MQTT-API/publish-container.yml?style=for-the-badge&label=container)](https://github.com/caunt/EcoFlow-MQTT-API/actions/workflows/publish-container.yml)
6-
[![Container](https://img.shields.io/badge/ghcr.io-image-2496ED?style=for-the-badge&logo=docker)](https://ghcr.io/caunt/ecoflow-mqtt-api)
3+
[![Publish Builds](https://img.shields.io/github/actions/workflow/status/caunt/EcoFlow-HTTP-API/publish-builds.yml?style=for-the-badge&label=builds)](https://github.com/caunt/EcoFlow-HTTP-API/actions/workflows/publish-builds.yml)
4+
[![Downloads Count](https://img.shields.io/github/downloads/caunt/EcoFlow-HTTP-API/latest/total?style=for-the-badge)](https://github.com/caunt/EcoFlow-HTTP-API/releases/latest)
5+
[![Publish Container](https://img.shields.io/github/actions/workflow/status/caunt/EcoFlow-HTTP-API/publish-container.yml?style=for-the-badge&label=container)](https://github.com/caunt/EcoFlow-HTTP-API/actions/workflows/publish-container.yml)
6+
[![Container](https://img.shields.io/badge/ghcr.io-image-2496ED?style=for-the-badge&logo=docker)](https://ghcr.io/caunt/ecoflow-http-api)
77

88
**Expose EcoFlow devices status as HTTP API.**
99

1010
<img alt="Example" src="https://github.com/user-attachments/assets/ff50d94b-7da9-4803-adb3-fd286194685c" />
1111

1212
### :floppy_disk: **Download:**
13-
&nbsp;&nbsp;&nbsp;&nbsp; :star: [**Latest Release**](https://github.com/caunt/EcoFlow-MQTT-API/releases/latest)
14-
&nbsp;&nbsp;&nbsp;&nbsp; :whale: [**Docker Image**](https://github.com/caunt/EcoFlow-MQTT-API/wiki#run-with-docker)
13+
&nbsp;&nbsp;&nbsp;&nbsp; :star: [**Latest Release**](https://github.com/caunt/EcoFlow-HTTP-API/releases/latest)
14+
&nbsp;&nbsp;&nbsp;&nbsp; :whale: [**Docker Image**](https://github.com/caunt/EcoFlow-HTTP-API/wiki#run-with-docker)
1515

1616
### :memo: Getting Started:
17-
&nbsp;&nbsp;&nbsp;&nbsp; :globe_with_meridians: [Wiki](https://github.com/caunt/EcoFlow-MQTT-API/wiki)
17+
&nbsp;&nbsp;&nbsp;&nbsp; :globe_with_meridians: [Wiki](https://github.com/caunt/EcoFlow-HTTP-API/wiki)

0 commit comments

Comments
 (0)