mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-17 21:32:36 +01:00
Fix Github Actions names (#414)
This commit is contained in:
parent
c9492bf624
commit
20a6de0635
@ -1,4 +1,4 @@
|
||||
name: Build and Push Docker Images on Tagging
|
||||
name: Build and Push Backend Images on Tagging
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Api Server Docker Build and Push
|
||||
- name: Backend Image Docker Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./backend
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: Build and Push Docker Images on Tagging
|
||||
name: Build and Push Web Images on Tagging
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: Web Server Docker Build and Push
|
||||
- name: Web Image Docker Build and Push
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./web
|
||||
|
Loading…
x
Reference in New Issue
Block a user