Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansbk committed Dec 18, 2023
1 parent d50a129 commit c1780b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:

jobs:
test_and_build:
env:
DOTENV_ME: ${{ secrets.DOTENV_ME }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
DOTENV_KEY: ${{ secrets.DOTENV_KEY }}
TEST: "HELLO"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -39,3 +34,8 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.repository }}:${{ github.ref_name }}
secrets: |
"DOTENV_ME=${{ secrets.DOTENV_ME }}"
"DATABASE_URL=${{ secrets.DATABASE_URL }}"
"DOTENV_KEY=${{ secrets.DOTENV_KEY }}"
TEST=HELLO

0 comments on commit c1780b8

Please sign in to comment.