set telegraf v
All checks were successful
cicd / cicd (push) Successful in 1m25s

This commit is contained in:
Bel LaPointe
2023-11-11 11:21:14 -07:00
parent dea38b7dc4
commit 7e148ec457

View File

@@ -17,5 +17,5 @@ jobs:
v=2.7.3
img=registry-app.inhome.blapointe.com:5001/local-containers/influxdb:$v
docker rmi -f $img || true
docker build -f ./Dockerfile -t $img --build-arg INFLUXDB_VERSION=$v .
docker build -f ./Dockerfile -t $img --build-arg INFLUXDB_VERSION=$v --build-arg TELEGRAF_VERSION=1.28.3 .
docker push $img