mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Update Istio to v1.3.3
This commit is contained in:
@@ -13,9 +13,6 @@ push () {
|
||||
else
|
||||
docker tag test/flagger:latest weaveworks/flagger:${CIRCLE_TAG};
|
||||
docker push weaveworks/flagger:${CIRCLE_TAG};
|
||||
LT_VERSION=$(grep 'VERSION' cmd/loadtester/main.go | awk '{ print $4 }' | tr -d '"' | head -n1);
|
||||
docker tag test/flagger-loadtester:latest weaveworks/flagger-loadtester:${LT_VERSION};
|
||||
docker push weaveworks/flagger-loadtester:${LT_VERSION};
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user