Delete .gitlab-ci.yml

This commit is contained in:
2024-07-06 10:27:50 +00:00
parent e47789ea2c
commit 97f2c1e828

View File

@@ -1,9 +0,0 @@
build:
image: docker:latest
services:
- name: docker:latest
stage: build
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_REGISTRY/whidix/portfolio:latest .
- docker push $CI_REGISTRY/whidix/portfolio:latest