Skip to content

Commit

Permalink
build: rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Oct 19, 2023
1 parent 12305b9 commit d326ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name : Deploy to Dev
name : Setup, Build and Publish to Dev

on:
push:
Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
location: ${{ env.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}

# Login to Docker
- name: Log in to Docker Hub
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
with:
Expand Down

0 comments on commit d326ed4

Please sign in to comment.