Skip to content
Snippets Groups Projects
Commit 06ee5726 authored by Jan Grewe's avatar Jan Grewe
Browse files

Add .gitlab-ci.yml

parent cc5a56ef
Branches
No related tags found
No related merge requests found
Pipeline #610 canceled
---
stages:
- build
build:
stage: build
script:
- docker build -t dcr.faked.org/musicbrainz:latest .
- docker push dcr.faked.org/musicbrainz:latest
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment