Skip to content

Commit

Permalink
fix: Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hokhacminhtri committed Aug 1, 2024
1 parent a81ed57 commit 2df83eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3

- name: Copy .env.example to .env
run: cp .env.example .env

- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
run: |
cp .env.example .env

0 comments on commit 2df83eb

Please sign in to comment.