Skip to content

Added DNS Cache

Added DNS Cache #1

Workflow file for this run

name: DNS Cache
on:
push:
branches:
- 'main'
paths:
- 'dns-cache/**'
workflow_dispatch:
jobs:
donation-api:
name: Deploy DNS Cache Image
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- name: Publish DNS Cache Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: kiwix/dns-cache
on-master: latest
restrict-to: kiwix/container-images
context: dns-cache
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}