Fix Github Actions names (#414)

This commit is contained in:
Yuhong Sun 2023-09-07 22:33:17 -07:00 committed by GitHub
parent c9492bf624
commit 20a6de0635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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