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

Update .gitlab-ci.yml

parent fd942e0f
Pipeline #15970 failed with stages
in 2 minutes and 2 seconds
...@@ -11,7 +11,7 @@ before_script: ...@@ -11,7 +11,7 @@ before_script:
stage: build stage: build
script: script:
- echo 'alternate:github.com/coredns/alternate' >> plugin.cfg - echo 'alternate:github.com/coredns/alternate' >> plugin.cfg
- docker run --rm -i -t -v $PWD:/v -w /v golang:1.18 make - docker run --rm -v $PWD:/v -w /v golang:1.18 make
- docker build --pull -t $TARGET_IMAGE . - docker build --pull -t $TARGET_IMAGE .
- docker push $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