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
|
name: golang:1.18.0-alpine3.15
|
||||||
script:
|
script:
|
||||||
- go build -o ./weed/weed ./weed
|
- go build -o ./weed/weed ./weed
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_TAG
|
|
||||||
|
|
||||||
build-container-latest:
|
build-container-latest:
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -19,6 +17,4 @@ build-container-latest:
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context "${CI_PROJECT_DIR}/docker"
|
--context "${CI_PROJECT_DIR}/docker"
|
||||||
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build"
|
--dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build"
|
||||||
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
|
--destination "${CI_REGISTRY_IMAGE}:latest"
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_TAG
|
|
Loading…
Reference in a new issue