Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansbk committed Dec 18, 2023
1 parent 2b65bb7 commit d75acd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
run: yarn
- name: Run tests
run: yarn test
env:
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand All @@ -32,6 +29,9 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v3
env:
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit d75acd0

Please sign in to comment.