DannyBen/madness

View on GitHub
edge/op.conf

Summary

Maintainability
Test Coverage
build: \
  branch="$(git symbolic-ref --short HEAD)" && \
  echo "Building for branch $branch" && \
  docker build --build-arg=branch=${1:-$branch} --no-cache -t dannyben/madness:edge . && \
  docker images |grep madness
#? Build the docker edge image
#? Usage: op build [BRANCH]

push: docker push dannyben/madness:edge
#? Push the edge image to Docker Hub