[NO TESTS] WIP
This commit is contained in:
parent
5f84042050
commit
5f26ac7629
2 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,8 @@ hass {{ ttl }} IN A {{ link }}
|
|||
k8s {{ ttl }} IN A {{ link }}
|
||||
git {{ ttl }} IN A {{ link }}
|
||||
sso {{ ttl }} IN A {{ link }}
|
||||
jelly {{ ttl }} IN A {{ link }}
|
||||
podfetch {{ ttl }} IN A {{ link }}
|
||||
{% endfor %}
|
||||
|
||||
# Secrets service
|
||||
|
|
|
@ -12,4 +12,5 @@ cp Dockerfile "$tmpdir/"
|
|||
cp -r "$zapp" "$tmpdir/"
|
||||
|
||||
cd "${tmpdir}"
|
||||
docker build "$@" -f Dockerfile .
|
||||
docker build "$@" -f Dockerfile -t registry.tirefireind.us/arrdem/tentacles:latest .
|
||||
docker push registry.tirefireind.us/arrdem/tentacles:latest
|
||||
|
|
Loading…
Reference in a new issue