From 65290c312c0750fda68d87b637569af30ed761ce Mon Sep 17 00:00:00 2001 From: hernansaa Date: Mon, 9 Sep 2024 18:56:12 +0200 Subject: [PATCH] push to docker hub configuration --- .github/workflows/development.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 3efbf3b..5071e2d 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -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 }} \ No newline at end of file + # build-args: | + # DB_HOST=${{ secrets.DB_HOST }} + # DB_USER=${{ secrets.DB_USER }} + # DB_PASSWORD=${{ secrets.DB_PASSWORD }} + # DB_DATABASE=${{ secrets.DB_DATABASE }} \ No newline at end of file