mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: CI
This commit is contained in:
parent
b079e786c7
commit
daf7de8f99
@ -307,7 +307,10 @@ docker-branches:
|
||||
- docker build --pull -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}" -t "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}" .
|
||||
- docker push "${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_SLUG}"
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG == null
|
||||
- if: $CI_COMMIT_TAG != null
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
allow_failure: true
|
||||
|
Loading…
Reference in New Issue
Block a user