mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 20:38:32 +02:00
Tag Latest Image on Code Tag (#380)
This commit is contained in:
@@ -29,7 +29,9 @@ jobs:
|
|||||||
file: ./web/Dockerfile
|
file: ./web/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: danswer/danswer-web-server:${{ github.ref_name }}
|
tags: |
|
||||||
|
danswer/danswer-web-server:${{ github.ref_name }}
|
||||||
|
danswer/danswer-web-server:latest
|
||||||
|
|
||||||
- name: Api Server Docker Build and Push
|
- name: Api Server Docker Build and Push
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
@@ -38,4 +40,6 @@ jobs:
|
|||||||
file: ./backend/Dockerfile
|
file: ./backend/Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: danswer/danswer-backend:${{ github.ref_name }}
|
tags: |
|
||||||
|
danswer/danswer-backend:${{ github.ref_name }}
|
||||||
|
danswer/danswer-backend:latest
|
||||||
|
Reference in New Issue
Block a user