Update .gitlab-ci.yml file

This commit is contained in:
2023-10-07 01:24:38 +00:00
parent 429ae78f77
commit 95ed67b399

View File

@@ -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