1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-19 05:06:06 +02:00
dnscrypt-server-docker/.github/workflows/docker-image.yml

19 lines
312 B
YAML
Raw Normal View History

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
2024-01-14 22:25:24 +01:00
run: docker buildx build . --file Dockerfile --tag my-image-name:$(date +%s)