Skip to content

Bump jauderho/dnscontrol from v4.10.0 to v4.11.0 #26

Bump jauderho/dnscontrol from v4.10.0 to v4.11.0

Bump jauderho/dnscontrol from v4.10.0 to v4.11.0 #26

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