Skip to content

Commit db0b18d

Browse files
authored
Change container repository from ecoflow-mqtt-api to ecoflow-http-api
1 parent 37235df commit db0b18d

1 file changed

Lines changed: 3 additions & 3 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 \

0 commit comments

Comments
 (0)