тест ci/cd
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
urec56 2025-04-10 17:48:37 +03:00
parent 138f5fa283
commit 1903338459

View file

@ -14,6 +14,7 @@ jobs:
# container:
# image: node:22-alpine
- name: build back
runs-on: dind
run: docker build -f docker/Dockerfile_back -t ${{ env.GITHUB_ACTION_REPOSITORY }}/chat_back:${{ env.GITHUB_SHA }} .
- name: build celery
run: docker build -f docker/Dockerfile_celery -t ${{ env.GITHUB_ACTION_REPOSITORY }}/celery:${{ env.GITHUB_SHA }} .