This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user