Update .gitlab-ci.yml file
This commit is contained in:
@@ -4,11 +4,11 @@
|
|||||||
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
# See https://docs.gitlab.com/ee/ci/variables/#priority-of-environment-variables
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
#- test
|
||||||
- build
|
- build
|
||||||
- push_local
|
- push_local
|
||||||
- release
|
#- release
|
||||||
- push_dockerhub
|
#- push_dockerhub
|
||||||
|
|
||||||
.docker_base:
|
.docker_base:
|
||||||
image: docker:24.0.5
|
image: docker:24.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user