Skip to content

Commit

Permalink
push to docker hub configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansaa committed Sep 9, 2024
1 parent e53d439 commit 65290c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
push: true
tags: ${{ secrets.DOCKER_USER }}/user-service:${{ github.sha }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
DB_HOST=${{ secrets.DB_HOST }}
DB_USER=${{ secrets.DB_USER }}
DB_PASSWORD=${{ secrets.DB_PASSWORD }}
DB_DATABASE=${{ secrets.DB_DATABASE }}
# build-args: |
# DB_HOST=${{ secrets.DB_HOST }}
# DB_USER=${{ secrets.DB_USER }}
# DB_PASSWORD=${{ secrets.DB_PASSWORD }}
# DB_DATABASE=${{ secrets.DB_DATABASE }}

0 comments on commit 65290c3

Please sign in to comment.