parent
99052056be
commit
138f5fa283
1 changed files with 4 additions and 2 deletions
|
@ -5,12 +5,14 @@ jobs:
|
||||||
username: ${{ secrets.USERNAME }}
|
username: ${{ secrets.USERNAME }}
|
||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
|
container:
|
||||||
|
image: node:22-alpine
|
||||||
shell: sh
|
shell: sh
|
||||||
steps:
|
steps:
|
||||||
- name: get code
|
- name: get code
|
||||||
uses: https://git.urec56.ru/urec/checkout@v4
|
uses: https://git.urec56.ru/urec/checkout@v4
|
||||||
container:
|
# container:
|
||||||
image: node:22-alpine
|
# image: node:22-alpine
|
||||||
- name: build back
|
- name: build back
|
||||||
run: docker build -f docker/Dockerfile_back -t ${{ env.GITHUB_ACTION_REPOSITORY }}/chat_back:${{ env.GITHUB_SHA }} .
|
run: docker build -f docker/Dockerfile_back -t ${{ env.GITHUB_ACTION_REPOSITORY }}/chat_back:${{ env.GITHUB_SHA }} .
|
||||||
- name: build celery
|
- name: build celery
|
||||||
|
|
Loading…
Add table
Reference in a new issue