Skip to content

Bump stackexchange/dnscontrol from 4.27.1 to 4.35.0 #142

Bump stackexchange/dnscontrol from 4.27.1 to 4.35.0

Bump stackexchange/dnscontrol from 4.27.1 to 4.35.0 #142

Workflow file for this run

---
on: push
name: build
permissions:
contents: read
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Dockerfilelint
uses: docker://replicated/dockerfilelint
with:
args: Dockerfile
- name: ShellCheck
run: shellcheck entrypoint.sh
- name: Build image
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0