File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 24
24
- stage : deploy
25
25
if : branch = master
26
26
script :
27
- - export RELEASE=$(grep "MKDOCS_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}' | sed 's|"||g')
28
27
- docker login -u $DOCKER_USER -p $DOCKER_PASS
29
28
- docker pull polinux/mkdocs:staging
30
29
- docker tag polinux/mkdocs:staging polinux/mkdocs:latest
31
- - docker tag polinux/mkdocs:staging polinux/mkdocs:${RELEASE}
32
- - docker push polinux/mkdocs:${RELEASE}
30
+ - export RELEASE=$(grep "MKDOCS_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}' | sed 's|"||g'); docker tag polinux/mkdocs:staging polinux/mkdocs:${RELEASE}
31
+ - export RELEASE=$(grep "MKDOCS_VERSION=" Dockerfile | sed 's|^.*=||g' |awk '{print $1}' | sed 's|"||g'); docker push polinux/mkdocs:${RELEASE}
33
32
- docker push polinux/mkdocs:latest
You can’t perform that action at this time.
0 commit comments