Change mirrorbrain's check_large_file threshold again to ensure it ne… #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |