Stubbing out very rough gitlab ci

This commit is contained in:
James Jones
2022-11-16 13:07:46 -05:00
parent e4f8a18129
commit 3332ca3d0a

View File

@@ -4,6 +4,8 @@ docker-build:
stage: build
services:
- docker:dind
tags:
- big-build
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# Default branch leaves tag empty (= latest tag)