[fix] Include .dockerignore
This commit is contained in:
parent
e88a38fc9b
commit
21b950317a
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,10 @@
|
||||||
!/jarvis_tasks
|
!/jarvis_tasks
|
||||||
!/pyproject.toml
|
!/pyproject.toml
|
||||||
!/run.py
|
!/run.py
|
||||||
!/config.yaml
|
!/README.md
|
||||||
|
!/poetry.lock
|
||||||
|
# Needed for jarvis-compose
|
||||||
|
!/.git
|
||||||
|
|
||||||
# Block other files
|
# Block other files
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
|
|
|
@ -9,5 +9,5 @@ build:
|
||||||
before_script:
|
before_script:
|
||||||
- echo "$ZEVARYX_REGISTRY_PASSWORD" | docker login -u "$ZEVARYX_REGISTRY_USERNAME" --password-stdin "$ZEVARYX_REGISTRY_URL"
|
- echo "$ZEVARYX_REGISTRY_PASSWORD" | docker login -u "$ZEVARYX_REGISTRY_USERNAME" --password-stdin "$ZEVARYX_REGISTRY_URL"
|
||||||
script:
|
script:
|
||||||
- docker build -t $ZEVARYX_REGISTRY_URL/jarvis-bot:$CI_COMMIT_BRANCH .
|
- docker build -t $ZEVARYX_REGISTRY_URL/jarvis-tasks:$CI_COMMIT_BRANCH .
|
||||||
- docker push $ZEVARYX_REGISTRY_URL/jarvis-bot:$CI_COMMIT_BRANCH
|
- docker push $ZEVARYX_REGISTRY_URL/jarvis-tasks:$CI_COMMIT_BRANCH
|
||||||
|
|
Loading…
Add table
Reference in a new issue