set telegraf v
cicd / cicd (push) Successful in 1m25s
Details
cicd / cicd (push) Successful in 1m25s
Details
parent
dea38b7dc4
commit
7e148ec457
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue