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

This commit is contained in:
urec56 2025-04-10 17:44:51 +03:00
parent 99052056be
commit 138f5fa283

View file

@ -5,12 +5,14 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
runs-on: dind
container:
image: node:22-alpine
shell: sh
steps:
- name: get code
uses: https://git.urec56.ru/urec/checkout@v4
container:
image: node:22-alpine
# container:
# image: node:22-alpine
- name: build back
run: docker build -f docker/Dockerfile_back -t ${{ env.GITHUB_ACTION_REPOSITORY }}/chat_back:${{ env.GITHUB_SHA }} .
- name: build celery