1
0
Fork 0
hudctrl/ci/publish-container.sh

10 lines
137 B
Bash

#!/bin/sh -ex
. ci/container-common.sh
push ${BUILD_TAG}
push ${BRANCH_NAME}
if [ "${BRANCH_NAME}" = master ]; then
push latest
fi