fix: changing image tag becaus of portainer bug
This commit is contained in:
parent
c62843a006
commit
f564ccb1f0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
||||
DOCKER_TAG="latest"
|
||||
elif [ "${{ github.ref }}" == "refs/heads/dev" ]; then
|
||||
DOCKER_TAG="dev"
|
||||
DOCKER_TAG="development"
|
||||
else
|
||||
DOCKER_TAG="other"
|
||||
fi
|
||||
|
|
2
pulse.py
2
pulse.py
|
@ -6,7 +6,7 @@ import time
|
|||
from dateutil.parser import parse
|
||||
|
||||
|
||||
print("tibberpulse-influxdb")
|
||||
print("tibber_v001")
|
||||
import tibber.const
|
||||
import asyncio
|
||||
import aiohttp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue