This repository was archived by the owner on Dec 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -39,32 +39,6 @@ build36:
3939 - $CI_COMMIT_TAG =~ /^deploy+/
4040 retry : 2
4141
42- build27-alpine :
43- stage : build
44- script :
45- - docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD"
46- - docker build --pull --tag "${REGISTRY_IMAGE}:2.7-A" --tag "${REGISTRY_IMAGE}:py2.7-alpine" --tag "${REGISTRY_IMAGE}:python2.7-alpine" ./python2.7-alpine/
47- - docker push "${REGISTRY_IMAGE}:2.7-A"
48- - docker push "${REGISTRY_IMAGE}:py2.7-alpine"
49- - docker push "${REGISTRY_IMAGE}:python2.7-alpine"
50- only :
51- variables :
52- - $CI_COMMIT_TAG =~ /^deploy+/
53- retry : 2
54-
55- build36-alpine :
56- stage : build
57- script :
58- - docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASSWORD"
59- - docker build --pull --tag "${REGISTRY_IMAGE}:3.6-A" --tag "${REGISTRY_IMAGE}:py3.6-alpine" --tag "${REGISTRY_IMAGE}:python3.6-alpine" ./python3.6-alpine/
60- - docker push "${REGISTRY_IMAGE}:3.6-A"
61- - docker push "${REGISTRY_IMAGE}:py3.6-alpine"
62- - docker push "${REGISTRY_IMAGE}:python3.6-alpine"
63- only :
64- variables :
65- - $CI_COMMIT_TAG =~ /^deploy+/
66- retry : 2
67-
6842notify_succcess_slack :
6943 stage : notifications
7044 allow_failure : true
You can’t perform that action at this time.
0 commit comments