Update docker-image.yml

This commit is contained in:
Jean-Christian Paul Denis 2024-11-03 01:18:59 +01:00 committed by GitHub
parent c1e2e8b6ed
commit 4843952a21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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