Skip to content

Bump stackexchange/dnscontrol from 4.12.1 to 4.12.4 #69

Bump stackexchange/dnscontrol from 4.12.1 to 4.12.4

Bump stackexchange/dnscontrol from 4.12.1 to 4.12.4 #69

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