Skip to content
Snippets Groups Projects
Commit 01d33bf2 authored by Everett, Josh (UG - Comp Sci & Elec Eng)'s avatar Everett, Josh (UG - Comp Sci & Elec Eng)
Browse files

remove ci pipeline config

parent a7f00c04
No related branches found
No related tags found
No related merge requests found
stages:
- push-image-to-docker-hub
- build-docker-image
build-docker-image:
stage: build
script:
- docker build -t JoshEverett101/auth .
push-image-to-docker-hub:
stage: push-image-to-docker-hub
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
script:
- docker push JoshEverett101/auth
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment