mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
broaden supported package versions (#50)
* broaden supported package versions. * fix mxnet variants. Also back-out tuple deprecation change introduced in prior commit. * correct CI image deployment on master branch merge.
This commit is contained in:
committed by
Gal Novik
parent
6d40ad1650
commit
fe6857eabd
@@ -315,11 +315,11 @@ jobs:
|
||||
TAG=$(git describe --tags --always --dirty)
|
||||
|
||||
docker pull ${REGISTRY}/coach-base:${TAG}
|
||||
docker tag ${REGISTRY}/coach-base:${TAG} coach-base:${MASTER_BRANCH}
|
||||
docker tag ${REGISTRY}/coach-base:${TAG} ${REGISTRY}/coach-base:${MASTER_BRANCH}
|
||||
docker push ${REGISTRY}/coach-base:${MASTER_BRANCH}
|
||||
|
||||
docker pull ${REGISTRY}/coach:${TAG}
|
||||
docker tag ${REGISTRY}/coach:${TAG} coach:${MASTER_BRANCH}
|
||||
docker tag ${REGISTRY}/coach:${TAG} ${REGISTRY}/coach:${MASTER_BRANCH}
|
||||
docker push ${REGISTRY}/coach:${MASTER_BRANCH}
|
||||
|
||||
workflows:
|
||||
|
||||
Reference in New Issue
Block a user