.gitlab-ci.yml

Este commit está contenido en:
ale
2024-04-22 19:18:56 +02:00
padre efd576a287
commit 6ce3be8566

14
.gitlab-ci.yml Archivo normal
Ver fichero

@@ -0,0 +1,14 @@
image: docker:dind
services:
- docker:dind
before_script:
- docker -v
build image:
stage: build
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/manalejandro/q3rally-docker/q3rally-docker:latest .
- docker push $CI_REGISTRY/manalejandro/q3rally-docker/q3rally-docker:latest