This project implements a generic GitLab CI template for [Gitlab Package Registry](https://docs.gitlab.com/ee/user/packages/package_registry/index.html).
It provides several features, usable in different modes (by configuration).
This project implements a GitLab CI/CD template to publish artifacts to GitLab's [Generic Package Registry](https://docs.gitlab.com/ee/user/packages/generic_packages/).
## Usage
@@ -10,27 +8,30 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
-project:'to-be-continuous/glpck'
-project:'to-be-continuous/gitlab-package'
ref:'1.0.0'
file:'/templates/gitlab-ci-packages.yml'
file:'/templates/gitlab-ci-gitlab-package.yml'
```
## Global configuration
The Gitlab Packages template uses some global configuration used throughout all jobs.
The GitLab Package template uses some global configuration used throughout all jobs.