mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Remove restrictions
This commit is contained in:
parent
907f9b51cd
commit
9f0957b4d0
|
@ -4,8 +4,6 @@ build-binary-latest:
|
|||
name: golang:1.18.0-alpine3.15
|
||||
script:
|
||||
- go build -o ./weed/weed ./weed
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
||||
build-container-latest:
|
||||
stage: build
|
||||
|
@ -19,6 +17,4 @@ build-container-latest:
|
|||
/kaniko/executor
|
||||
--context "${CI_PROJECT_DIR}/docker"
|
||||
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build"
|
||||
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
--destination "${CI_REGISTRY_IMAGE}:latest"
|
Loading…
Reference in a new issue