Commit 7047f17b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: normalise table headers

parent 95ff1883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ include:

The GitLab Package template uses some global configuration used throughout all jobs.

| Name                  | description                            | default value     |
| Name                  | Description                            | Default value     |
| --------------------- | -------------------------------------- | ----------------- |
| `GLPKG_IMAGE`         | The Docker image used to publish GitLab packages  | `registry.hub.docker.com/curlimages/curl:latest` |

@@ -31,7 +31,7 @@ This job is bound to the `publish` stage and is executed on a Git tag with a sem

It uses the following variables:

| Name                  | description                              | default value     |
| Name                  | Description                              | Default value     |
| --------------------- | ---------------------------------------- | ----------------- |
| `GLPKG_FILES`         | Glob patterns matching files to include in the GitLab package (:warning: does not support double star). | _none_ (mandatory) |
| `GLPKG_PACKAGE`       | Name of the package to publish           | `$CI_PROJECT_NAME` |