Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Mar 16, 2024
1 parent 1c8d579 commit c1ebd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Test
run: dotnet test ./OpenAdm.Test
- name: Build-Image-Docker
run: docker build ./ -t brunobentocaina/open-adm-api:staging
run: docker build ./ -t brunobentocaina/open-adm-api:latest
- name: Push
run: |
docker login -u brunobentocaina -p ${{ secrets.DOCKER_HUB_KEY }}
docker push brunobentocaina/open-adm-api:staging
docker push brunobentocaina/open-adm-api:latest

0 comments on commit c1ebd77

Please sign in to comment.