Update docker-image.yml

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

View file

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