diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f38df4..98d8043 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,4 +18,6 @@ include: container_scanning: variables: - GIT_STRATEGY: fetch \ No newline at end of file + GIT_STRATEGY: fetch + CI_APPLICATION_REPOSITORY: $CI_REGISTRY_IMAGE + CI_APPLICATION_TAG: latest \ No newline at end of file