mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 10:19:35 +00:00
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
REPO=dghubble/bcs
|
|
GIT_SHA=$(git rev-parse HEAD)
|
|
|
|
docker build -q --rm=true -t $REPO:$GIT_SHA .
|
|
docker tag -f $REPO:$GIT_SHA $REPO:latest |