Skip to content

Commit

Permalink
Merge pull request #46 from saneci/feature/docker
Browse files Browse the repository at this point in the history
Fix GitHub workflow
  • Loading branch information
saneci committed Mar 22, 2024
2 parents eba6899 + 4ebb328 commit 08b4545
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
db_username: ${{ secrets.DB_USERNAME }}
db_password: ${{ secrets.DB_PASSWORD }}
context: .
secret-envs:
db_username: ${{ secrets.DB_USERNAME }}
db_password: ${{ secrets.DB_PASSWORD }}
push: true
target: final
tags: ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest

0 comments on commit 08b4545

Please sign in to comment.