Latest tags for fetcher and fission-bundle (#509)

Added latest tags for fission bundle and fetcher and push to dockerhub
This commit is contained in:
Vishal
2018-02-24 20:18:22 +05:30
committed by GitHub
parent e5b137fe24
commit bd609fa18e
+4
View File
@@ -66,6 +66,7 @@ build_fission_bundle_image() {
./build.sh
docker build -t $tag .
docker tag $tag fission/fission-bundle:latest
popd
}
@@ -85,6 +86,7 @@ build_fetcher_image() {
./build.sh
docker build -t $tag .
docker tag $tag fission/fetcher:latest
popd
}
@@ -258,7 +260,9 @@ build_all() {
push_all() {
push_fission_bundle_image $version
push_fission_bundle_image latest
push_fetcher_image $version
push_fetcher_image latest
push_builder_image $version
push_logger_image $version
}