Skip to content

Commit

Permalink
Merge pull request #54 from diegosneves/develop
Browse files Browse the repository at this point in the history
develop 💚 Atualiza fluxo de trabalho para uso do docker/build-push-action
  • Loading branch information
diegosneves authored Jul 12, 2024
2 parents c83e897 + 832f952 commit 2cd632c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-hlg-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
build-push-image:
runs-on: ubuntu-latest

env:
DB_NAME: ${{ secrets.DB_NAME }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
DB_USERNAME: ${{ secrets.DB_USERNAME }}

steps:
- name: Checkout código
uses: actions/checkout@v2
Expand Down

0 comments on commit 2cd632c

Please sign in to comment.