Skip to content

Commit

Permalink
🐞 fix (ci): Missing image name for central build
Browse files Browse the repository at this point in the history
  • Loading branch information
dianlight committed Feb 24, 2024
1 parent 854cbd8 commit 3d262a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
get: true
append: true

- name: πŸ“° Publish ${{ steps.extract_project.outputs.name }} Addon ${{ steps.version_set.outputs.value_old }}
- name: πŸ“° Publish ${{ steps.extract_project.outputs.name }} Addon ${{ steps.version_set.outputs.value_new }}
uses: home-assistant/builder@master
env:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion besim/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
zone_entity: str?

#image: dianlight/{arch}-addon-besim
image: dianlight/{arch}-addon-besim
ports:
6199/udp: 6199
80/tcp: 80
Expand Down
2 changes: 1 addition & 1 deletion besim/rootfs/opt/BeSIM
Submodule BeSIM updated 6 files
+2 βˆ’0 CHANGELOG.md
+179 βˆ’144 database.py
+77 βˆ’66 databaseConnection.py
+61 βˆ’20 proxyMiddleware.py
+40 βˆ’16 proxyUdpServer.py
+21 βˆ’16 udpserver.py

0 comments on commit 3d262a1

Please sign in to comment.