Skip to content

Commit

Permalink
Update gh workflows name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Jan 20, 2025
1 parent 31daaec commit 83be236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
publish-server-image:
name: Build and Push Docker Image
name: Server - Build and Push Docker Image
runs-on: minafoundation-default-runners
steps:
- name: 📥 Checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "TODO: Generate Release Notes (https://github.com/MinaProtocol/mf-devops-workflows/issues/23)"
publish-web-image:
name: Build and Push Docker Image
name: Web - Build and Push Docker Image
runs-on: minafoundation-default-runners
steps:
- name: 📥 Checkout
Expand Down

0 comments on commit 83be236

Please sign in to comment.