📦 First attempt to push Docker Images from Travis

This commit is contained in:
Christian Mäder
2017-09-29 11:38:19 +02:00
parent 0f06ad20a8
commit e521f1fa55
2 changed files with 24 additions and 0 deletions

7
build-latest.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
URL_LATEST=https://api.github.com/repos/digitalocean/netbox/releases/latest
VERSION=$(curl "${URL_LATEST}" | jq -r ".tag_name")
./build.sh "${VERSION}" --push