This commit is contained in:
RainSun 2021-03-06 17:17:42 +08:00
parent ad5d3bf3c0
commit d2a4f2a59f

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
stages:
- build
build:
stage: build
tags:
- dockerbase
script:
- ls -a
- docker build -t dns:latest .