Skip to content

Commit

Permalink
Merge pull request #12 from LokeshXs/staging
Browse files Browse the repository at this point in the history
added a auth secret for build of user app
  • Loading branch information
LokeshXs authored May 9, 2024
2 parents 4e56b87 + e9411f5 commit 13a6da9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

- name: Build and push Docker user image
uses: docker/build-push-action@v2
env:
AUTH_SECRET: $AUTH_SECRET

with:
context: .
file: ./docker/Dockerfile.user
secrets: $AUTH_SECRET
secret-envs: $AUTH_SECRET
no-cache: true
secret-envs: ${{ secrets.AUTH_SECRET }}
secrets: ${{ secrets.AUTH_SECRET }}
push: true
tags: lokesh1129/paytm-clone-user:latest

Expand Down

0 comments on commit 13a6da9

Please sign in to comment.