Skip to content

Commit

Permalink
ci : update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Nov 23, 2024
1 parent bcebba6 commit 4a1579c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.100
- name: docker login
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 4a1579c

Please sign in to comment.