📦 First attempt to push Docker Images from Travis
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user