Skip to content

Commit

Permalink
Update docker dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzam authored Jun 13, 2024
1 parent c14756e commit a780d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: dotnet build src/src.sln --configuration Release

- name: Build Docker image
run: docker build -t ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest -f src/Dockerfile ./publish

run: docker build -t ${{ secrets.DOCKER_USERNAME }}/webapiargocd:latest -f src/Dockerfile .
- name: Log in to Docker Hub
run: echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

Expand Down

0 comments on commit a780d4c

Please sign in to comment.