aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora <a@tuxpa.in>2022-03-28 17:28:53 +0000
committera <a@tuxpa.in>2022-03-28 17:28:53 +0000
commit907f9b51cd713a293a565ea365af02d7df7d3ed9 (patch)
treef273de07163f1d961d15d870fb7398fff5bca1c8
parent7d981a1c0ee41dd5879cccd33418ed7698b36b9e (diff)
downloadseaweedfs-907f9b51cd713a293a565ea365af02d7df7d3ed9.tar.xz
seaweedfs-907f9b51cd713a293a565ea365af02d7df7d3ed9.zip
Replace with hyphen
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a17a8d7d..29f8fd342 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,4 @@
-
-build_binary_latest:
+build-binary-latest:
stage: build
image:
name: golang:1.18.0-alpine3.15
@@ -8,7 +7,7 @@ build_binary_latest:
rules:
- if: $CI_COMMIT_TAG
-build_container_latest:
+build-container-latest:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug