1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-04 23:26:13 +02:00

Update docker-image.yml

This commit is contained in:
Frank Denis 2024-01-14 22:25:24 +01:00 committed by GitHub
parent 6c6a248cd9
commit 4bfd5f5672
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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