Skip to content

Commit 31c91e8

Browse files
committed
update gitlab CI docs
1 parent 1f2d914 commit 31c91e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ Otherwise, copy the contents of the `.gitlab-ci.yml` file in the drawer below to
7171

7272
```yaml
7373
include:
74-
- project: 'https://gitlab.cern.ch/ci-tools/container-image-ci-templates'
75-
file: 'kaniko-image.gitlab-ci.yml'
76-
- project: 'https://gitlab.cern.ch/mfatouro/unpack-to-cvmfs'
77-
file: 'test-image/.gitlab-ci.yml'
74+
- 'https://gitlab.cern.ch/ci-tools/container-image-ci-templates/raw/master/kaniko-image.gitlab-ci.yml'
7875

7976
stages:
8077
- build
@@ -90,8 +87,6 @@ build_and_push:
9087
extends: .build_kaniko
9188
rules:
9289
- if: $CI_PIPELINE_SOURCE == "push"
93-
tags: # overrides the tags of .build_kaniko
94-
- docker
9590
variables:
9691
REGISTRY_IMAGE_PATH: "${IMAGE}"
9792
PUSH_IMAGE: "true"

0 commit comments

Comments
 (0)