Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msp5382 authored Aug 15, 2023
1 parent 596a5b7 commit 902f5a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Build and Push Docker Image
uses: docker/build-push-action@v2
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
with:
context: .
file: Dockerfile
Expand Down

0 comments on commit 902f5a9

Please sign in to comment.