parent
99052056be
commit
138f5fa283
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue