This website requires JavaScript.
Explore
Help
Sign In
public_git
/
helmfile
mirror of
https://github.com/helmfile/helmfile.git
Watch
1
Star
0
Fork
You've already forked helmfile
0
Code
Issues
Projects
Releases
Wiki
Activity
757e748e3f
helmfile
/
hooks
/
build
7 lines
103 B
Bash
Raw
Blame
History
#!/bin/bash
echo
"=> Building container"
docker build
\
--tag
"
$IMAGE_NAME
"
\
--file Dockerfile .
Reference in New Issue
View Git Blame
Copy Permalink