Skip to content

Move to @hickory-dns ! #30

Move to @hickory-dns !

Move to @hickory-dns ! #30

Workflow file for this run

name: Build and test the docker image
permissions:
contents: read
on: [push]
jobs:
build-docker-image:
name: Build and test image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build docker image
run: make build-alpine
- name: Test docker image
run: make test-alpine