mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Replace with hyphen
This commit is contained in:
parent
7d981a1c0e
commit
907f9b51cd
|
@ -1,5 +1,4 @@
|
||||||
|
build-binary-latest:
|
||||||
build_binary_latest:
|
|
||||||
stage: build
|
stage: build
|
||||||
image:
|
image:
|
||||||
name: golang:1.18.0-alpine3.15
|
name: golang:1.18.0-alpine3.15
|
||||||
|
@ -8,7 +7,7 @@ build_binary_latest:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
||||||
build_container_latest:
|
build-container-latest:
|
||||||
stage: build
|
stage: build
|
||||||
image:
|
image:
|
||||||
name: gcr.io/kaniko-project/executor:debug
|
name: gcr.io/kaniko-project/executor:debug
|
||||||
|
|
Loading…
Reference in a new issue