mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-16 16:12:32 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
0d490b3d5b
commit
0cf608a66b
@ -49,8 +49,6 @@ Docker Build:
|
||||
stage: docker
|
||||
needs:
|
||||
- Gradle Build
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
|
||||
before_script:
|
||||
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin ${CI_REGISTRY}
|
||||
@ -95,4 +93,4 @@ Push Tags:
|
||||
only:
|
||||
- tags
|
||||
variables:
|
||||
NEW_TAG: $CI_COMMIT_TAG
|
||||
NEW_TAG: $CI_COMMIT_TAG
|
||||
|
Loading…
Reference in New Issue
Block a user