mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
* docker-build now builds the Linux binary and builds the image * Remove extraneous run script, just execute the binary
8 lines
167 B
Bash
Executable File
8 lines
167 B
Bash
Executable File
#!/bin/bash -e
|
|
# Travis Deploy Docker Push
|
|
|
|
docker info
|
|
./docker-build
|
|
docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p=$DOCKER_PASSWORD quay.io
|
|
./docker-push
|