Update .gitlab-ci.yml file
This commit is contained in:
parent
4995dc186b
commit
81037c2029
|
@ -1,7 +1,7 @@
|
||||||
image: docker:20.10.22
|
image: docker:20.10.22
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
# - test
|
||||||
- build
|
- build
|
||||||
|
|
||||||
##############
|
##############
|
||||||
|
@ -54,4 +54,4 @@ build:
|
||||||
- docker push $CI_REGISTRY_IMAGE:latest
|
- docker push $CI_REGISTRY_IMAGE:latest
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
when: always
|
|
Loading…
Reference in New Issue