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:
Stan Hu 2021-02-25 15:18:19 +00:00
commit 48aab17673

View file

@ -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: