Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Jul 7, 2024
1 parent 4791b62 commit 03796a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-hml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: [ "main" ]
branches: [ "develop" ]

jobs:

Expand All @@ -23,8 +23,8 @@ jobs:
- name: Test
run: dotnet test ./OpenAdm.Test
- name: Build-Image-Docker
run: docker build ./ -t brunobentocaina/open-adm-api:latest
run: docker build ./ -t brunobentocaina/open-adm-api:stating
- name: Push
run: |
docker login -u brunobentocaina -p ${{ secrets.DOCKER_HUB_KEY }}
docker push brunobentocaina/open-adm-api:latest
docker push brunobentocaina/open-adm-api:stating

0 comments on commit 03796a8

Please sign in to comment.