Github Actions
Automate docker image build publish
https://github.com/Crackvignoule/debrid-client-proxy/blob/main/.github/workflows/docker-image.yml
another more complex example with testing requirement: https://github.com/Slynax/dump.fun/actions/runs/13072892669
Automate Pypi releases (test on pre-release, official on releases)
https://github.com/CEA-MetroCarac/pyvsnr/tree/main/.github/workflows
Automate Github Pages build:
Automate flutter apk release build
https://github.com/C0gn1to/mobile/blob/master/.github/workflows/build-apk.yml
Last updated