Update docker-image.yml
This commit is contained in:
parent
d87f0682bc
commit
3c3632e5f4
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 alapine/nginx/latest/Dockerfile --tag my-image-name:$(date +%s)
|
||||
run: docker build . --file alpine/nginx/latest/Dockerfile --tag my-image-name:$(date +%s)
|
||||
|
|
Loading…
Reference in a new issue