mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Renamed a bunch of images to use fnproject org. (#239)
* Renamed a bunch of images to use fnproject org. * Multi-stage build for Docker. * Added tmp vendor dirs to gitignore. * Run docker-build at beginning of test.
This commit is contained in:
committed by
Denis Makogon
parent
f90879b751
commit
f559acd7ed
4
images/hello/release.sh
Normal file → Executable file
4
images/hello/release.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
set -e
|
||||
|
||||
docker build -t funcy/hello:latest .
|
||||
docker build -t fnproject/hello:latest .
|
||||
|
||||
docker push funcy/hello:latest
|
||||
docker push fnproject/hello:latest
|
||||
|
||||
Reference in New Issue
Block a user