1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Switch from master to main as the default branch

This commit is contained in:
Sayantan Santra 2022-11-04 18:37:09 -05:00
parent 3b3babeaf4
commit 82410ef035

View file

@ -1,5 +1,5 @@
# This file is a template, and might need editing before it works on your project.
docker-build-master:
docker-build-main:
# Official docker image.
image: docker:latest
stage: build
@ -11,7 +11,7 @@ docker-build-master:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
only:
- master
- main
docker-build:
# Official docker image.
@ -25,4 +25,4 @@ docker-build:
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master
- main