📦 First attempt to push Docker Images from Travis
This commit is contained in:
parent
0f06ad20a8
commit
e521f1fa55
2 changed files with 24 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue