1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-05 11:56:16 +02:00

Merge branch 'master' of github.com:DNSCrypt/dnscrypt-server-docker

* 'master' of github.com:DNSCrypt/dnscrypt-server-docker:
  Update docker-image.yml
This commit is contained in:
Frank Denis 2024-01-14 22:27:14 +01:00
commit 98a8ba9672

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)