1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-06 12:56:04 +02:00
dnscrypt-server-docker/.github/workflows/docker-image.yml
2024-01-14 22:25:24 +01:00

19 lines
312 B
YAML

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
run: docker buildx build . --file Dockerfile --tag my-image-name:$(date +%s)