ci(docker): typo in workflow step name for .env file
This commit is contained in:
parent
ae6702ccbe
commit
eccc763644
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Generate valid .enva
|
- name: Generate valid .env
|
||||||
run: make generateEnv
|
run: make generateEnv
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: make all CI=y
|
run: make all CI=y
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue