mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'follow-ci-best-practices' into 'master'
Follow GitLab CI best practices See merge request gitlab-org/gitlab-build-images!217
This commit is contained in:
commit
48aab17673
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@ include:
|
|||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
|
||||
default:
|
||||
image: docker:git
|
||||
image: docker:20.10.3-git
|
||||
services:
|
||||
- docker:20.10.3-dind
|
||||
before_script:
|
||||
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||
- source scripts/build-helpers.sh
|
||||
- apk add -U bash
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue