Commit d1005411 authored by anashwara.pv's avatar anashwara.pv

Message1

parent dfc205ec
Pipeline #37762 canceled with stages
stages:
- build
- test
build:
tags:
- http
stage: build
script:
- docker logout
- docker login -u="anashwaraanu" -p="Anashu@25"
- docker build -t anashwaraanu/micro_service_cicd:latest .
- docker push anashwaraanu/micro_service_cicd:latest
- docker logout
test:
stage: test
script:
- echo "Testing"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment