mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Fix Github Actions names (#414)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user