diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-10-06 10:37:53 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-10-06 10:37:53 +0000 |
| commit | 7fe70519010e24fa1d6735b108793987e8a24aa4 (patch) | |
| tree | af3d60cd146203f4cc8d04f9a7883ef81f34f836 /.gitlab/deploy.yml | |
| parent | ae334f0af0155112c345475d9837de8538b58b7a (diff) | |
| parent | ea3481fdb3bc94ce882f045d42ae9984548fc0e5 (diff) | |
Merge branch 'go-modules-subdir' into 'master'v3.26.1
Scan sub directories of Golang projects
Closes gitlab-org/gitlab#255605
See merge request gitlab-org/security-products/license-management!222
Diffstat (limited to '.gitlab/deploy.yml')
| -rw-r--r-- | .gitlab/deploy.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/deploy.yml b/.gitlab/deploy.yml index f4f706d..2c649b3 100644 --- a/.gitlab/deploy.yml +++ b/.gitlab/deploy.yml @@ -13,6 +13,7 @@ docker pull $SOURCE_IMAGE docker tag $SOURCE_IMAGE $TARGET_IMAGE - docker push $TARGET_IMAGE + dependencies: [] latest: extends: .docker_tag |
