Update docker-image.yml
This commit is contained in:
parent
3c3632e5f4
commit
c1e2e8b6ed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file alpine/nginx/latest/Dockerfile --tag my-image-name:$(date +%s)
|
||||
run: docker build . --file ./alpine/nginx/latest/Dockerfile --tag docker-dotclear:latest
|
||||
|
|
Loading…
Reference in a new issue