Skip to content

Merge pull request #30 from kiwix/worker-countries-web-api #12

Merge pull request #30 from kiwix/worker-countries-web-api

Merge pull request #30 from kiwix/worker-countries-web-api #12

name: Publish backend Docker image
on:
push:
paths:
- 'backend/**'
branches:
- main
workflow_dispatch:
jobs:
publish-backend:
runs-on: ubuntu-24.04
steps:
- name: Retrieve source code
uses: actions/checkout@v4
- name: Build and publish Docker Image
uses: openzim/docker-publish-action@v10
with:
image-name: kiwix/mirrors-qa-backend
on-master: latest
restrict-to: kiwix/mirrors-qa
context: backend
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto