1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 15:32:01 +01: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

@ -15,4 +15,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build the Docker image - 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)