Skip to content

chore: update to alpine 3.18 for pdns 4.7.4 #21

chore: update to alpine 3.18 for pdns 4.7.4

chore: update to alpine 3.18 for pdns 4.7.4 #21

Workflow file for this run

---
name: Docker
on:
push:
tags: [ '*' ]
jobs:
docker-nexus:
uses: famedly/github-workflows/.github/workflows/docker.yml@main
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci
registry: docker-oss.nexus.famedly.de
image_name: powerdns
build_args: "VERSION=${{ github.ref_name }}"
secrets: inherit