Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Dec 23, 2024
1 parent 2e839cb commit ffcda6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test
run: dotnet test ./OpenAdm.Test
- name: Build-Image-Docker
run: docker build -f OpenAdm.Api/Dockerfile -t brunobentocaina/open-adm-api:stating
run: docker build -f OpenAdm.Api/Dockerfile . -t brunobentocaina/open-adm-api:stating
- name: Push
run: |
docker login -u brunobentocaina -p ${{ secrets.DOCKER_HUB_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Test
run: dotnet test ./OpenAdm.Test
- name: Build-Image-Docker
run: docker build -f OpenAdm.Api/Dockerfile -t brunobentocaina/open-adm-api:latest
run: docker build -f OpenAdm.Api/Dockerfile . -t brunobentocaina/open-adm-api:latest
- name: Push
run: |
docker login -u brunobentocaina -p ${{ secrets.DOCKER_HUB_KEY }}
Expand Down

0 comments on commit ffcda6c

Please sign in to comment.