Skip to content

Change mirrorbrain's check_large_file threshold again to ensure it ne… #2

Change mirrorbrain's check_large_file threshold again to ensure it ne…

Change mirrorbrain's check_large_file threshold again to ensure it ne… #2

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