Skip to content

Bump jauderho/dnscontrol from f032b6e to 0930988 #28

Bump jauderho/dnscontrol from f032b6e to 0930988

Bump jauderho/dnscontrol from f032b6e to 0930988 #28

Workflow file for this run

---
on: push
name: build
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: ShellCheck
run: shellcheck entrypoint.sh
- name: Build image
uses: docker/build-push-action@v5