Skip to content

Instantly share code, notes, and snippets.

View chinloyal's full-sized avatar
👨‍💻
Currently Coding

Chinloyal chinloyal

👨‍💻
Currently Coding
View GitHub Profile
@chinloyal
chinloyal / .gitlab-ci.yml
Created June 11, 2019 12:42 — forked from florentchauveau/.gitlab-ci.yml
GitLab CI yaml file for building docker images
# This is a GitLab CI configuration to build the project as a docker image
# The file is generic enough to be dropped in a project containing a working Dockerfile
# Author: Florent CHAUVEAU <florent.chauveau@gmail.com>
# Mentioned here: https://blog.callr.tech/building-docker-images-with-gitlab-ci-best-practices/
# do not use "latest" here, if you want this to work in the future
image: docker:18
stages:
- build