Commit 1cf6a5ef authored by Azhar Hassan's avatar Azhar Hassan

mac 5

parent 4456f89a
Pipeline #4243 failed with stage
in 21 seconds
...@@ -4,9 +4,9 @@ docker_build: ...@@ -4,9 +4,9 @@ docker_build:
stage: build stage: build
image: docker:latest image: docker:latest
script: script:
- docker login -u $DOCKER_REGISTRY_USER -p $DOCKER_REGISTRY_PASSWORD - docker login http://207.244.229.100:8081 -u $NEXUS_REGISTRY_USER -p $NEXUS_REGISTRY_PASSWORD
- docker build -t ahassan613/testing:latest . - docker build -t http://207.244.229.100:8081/repository/backend/first .
- docker push ahassan613/testing:latest - docker push http://207.244.229.100:8081/repository/backend/first
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