Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!70
This commit is contained in:
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
build-docker:
|
||||
image: docker:latest
|
||||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
script:
|
||||
- docker build --pull -t illegitimate:$CI_COMMIT_BRANCH .
|
||||
- docker push illegitimate:$CI_COMMIT_BRANCH
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
exists:
|
||||
- Dockerfile
|
||||
Reference in New Issue
Block a user