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