mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 07:11:59 +01:00
Update docker-image.yml
This commit is contained in:
parent
6c6a248cd9
commit
4bfd5f5672
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user