diff options
| author | a <a@tuxpa.in> | 2022-03-28 17:43:03 +0000 |
|---|---|---|
| committer | a <a@tuxpa.in> | 2022-03-28 17:43:03 +0000 |
| commit | c464e2e0d5d2ab0be9c6a269b1ef4f848d085803 (patch) | |
| tree | 05f70e349fc1d75ea40825457980813052e0a200 | |
| parent | 9f0957b4d09feffd4c587b0da4257b83e16acc52 (diff) | |
| download | seaweedfs-c464e2e0d5d2ab0be9c6a269b1ef4f848d085803.tar.xz seaweedfs-c464e2e0d5d2ab0be9c6a269b1ef4f848d085803.zip | |
Remove restrictions
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 608ab54fa..58112db6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,5 @@ build-container-latest: /kaniko/executor --context "${CI_PROJECT_DIR}/docker" --dockerfile "${CI_PROJECT_DIR}/docker/Dockerfile.go_build" - --destination "${CI_REGISTRY_IMAGE}:latest"
\ No newline at end of file + --destination "${CI_REGISTRY_IMAGE}:latest" + --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}"
\ No newline at end of file |
