Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightChaser committed Feb 2, 2024
1 parent 7ec61cb commit cab3f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# using the secrets.ENV_FILE secret
- name: Create env file
run: |
touch .env
echo "${{ secrets.ENV_FILE }}" > .env
touch ./.env
echo "${{ secrets.ENV_FILE }}" > ./.env
- name: Login to Dockerhub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit cab3f97

Please sign in to comment.