Skip to content

Commit

Permalink
fix: docker bundle missing .env issue
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Aug 26, 2023
1 parent a6a63e7 commit 97ee8bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dockerhub_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v3
- name: Create .env file
uses: SpicyPizza/[email protected]
with:
Expand Down

0 comments on commit 97ee8bd

Please sign in to comment.