Update docker-image.yml
This commit is contained in:
parent
c1e2e8b6ed
commit
4843952a21
1 changed files with 4 additions and 2 deletions
6
.github/workflows/docker-image.yml
vendored
6
.github/workflows/docker-image.yml
vendored
|
@ -14,5 +14,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file ./alpine/nginx/latest/Dockerfile --tag docker-dotclear:latest
|
||||
name: Build the Docker image
|
||||
with:
|
||||
context: ./alpine/nginx/latest
|
||||
run: docker build . --file Dockerfile --tag docker-dotclear:latest
|
||||
|
|
Loading…
Reference in a new issue