Update docker-image.yml

pull/117/head
Frank Denis 4 months ago committed by GitHub
parent 6c6a248cd9
commit 4bfd5f5672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,4 +15,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker buildx build . --file Dockerfile --tag my-image-name:$(date +%s)

Loading…
Cancel
Save