fix flow
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 27s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 27s
This commit is contained in:
parent
a8d7710a7a
commit
50e9a51c0f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: Login to gitea registry
|
- name: Login to git.kvant.cloud registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.kvant.cloud
|
registry: git.kvant.cloud
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./kvant_AI_chatbot
|
context: .
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_DATE=${{ steps.current_time.outputs.time }}
|
BUILD_DATE=${{ steps.current_time.outputs.time }}
|
||||||
image: ${{ env.IMAGE }}
|
image: ${{ env.IMAGE }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue