Commit e4a9cc2e authored by 神楽坂玲奈's avatar 神楽坂玲奈

Update .gitlab-ci.yml

parent e4d08264
Pipeline #15967 failed with stages
in 9 seconds
......@@ -10,6 +10,8 @@ before_script:
.build-image:
stage: build
script:
- echo 'alternate:github.com/coredns/alternate' >> plugin.cfg
- docker run --rm -i -t -v $PWD:/v -w /v golang:1.18 make
- docker build --pull -t $TARGET_IMAGE .
- docker push $TARGET_IMAGE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment