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
stages:
- test
#- test
- build
- push_local
- release
- push_dockerhub
#- release
#- push_dockerhub
.docker_base:
image: docker:24.0.5