тест ci/cd
This commit is contained in:
parent
63165fb1a0
commit
8143358eb5
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ jobs:
|
|||
|
||||
- name: Pull and run container
|
||||
run: |
|
||||
CHAT_BACK_IMAGE=${{ needs.prepare.outputs.chat_back_image }}
|
||||
CHAT_CELERY_IMAGE=${{ needs.prepare.outputs.celery_image }}
|
||||
export 'CHAT_BACK_IMAGE=${{ needs.prepare.outputs.chat_back_image }}'
|
||||
export 'CHAT_CELERY_IMAGE=${{ needs.prepare.outputs.celery_image }}'
|
||||
|
||||
docker pull ${CHAT_BACK_IMAGE}
|
||||
docker pull ${CHAT_CELERY_IMAGE}
|
||||
|
|
Loading…
Add table
Reference in a new issue