mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 23:58:35 -06:00
Switch from master to main as the default branch
This commit is contained in:
parent
3b3babeaf4
commit
82410ef035
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue