mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Fix .gitlab-ci.yml
This commit is contained in:
parent
79e01a4145
commit
0ef85242ec
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ docker-build-main:
|
|||
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
|
||||
- docker push "$CI_REGISTRY_IMAGE"
|
||||
only:
|
||||
- main
|
||||
refs:
|
||||
- main
|
||||
changes:
|
||||
- bin/*
|
||||
- gradle/*
|
||||
|
@ -35,7 +36,8 @@ docker-build:
|
|||
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
|
||||
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
|
||||
except:
|
||||
- main
|
||||
refs:
|
||||
- main
|
||||
changes:
|
||||
- bin/*
|
||||
- gradle/*
|
||||
|
|
Loading…
Reference in a new issue