💻
IT Wiki
search
⌘Ctrlk
Other wikischevron-down😎Awesome Siteschevron-down
💻
IT Wiki
  • 👋Welcome
  • globeWeb Development
    • 🏭Architecture & Planning
    • 🎨Frontend
    • 🧱Backend
    • ⚙️Environment & Setup
    • 🚀Deployment & DevOps
  • 🐧Linux
    • Basics
    • Useful Commands
    • square-terminalSSH
    • Customize Terminal
    • Add flatpak for Kubuntu 24.04
    • Troubleshooting
    • 🐳Docker
  • windowsWindows
    • Useful tools
    • Linux with Windows
  • codeVS Code
  • git-altGit
    • Git Workflows
    • SSH Keys & PAT
    • Updating fork
    • Creating a mirror of a repo
    • Rename/Edit/Squash commit(s)
    • Reset and Switch
    • Github Actions
    • Tips & Tricks
  • pythonPython
  • 🖥️Self-hosting
    • Remote Access
    • Storage
    • Tips
  • 💻Awesome Tools
    • Everything
    • Medicat
  • ✍️TODO
    • Page 1
    • Parsec when it's blocked
    • R&T
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. git-altGit

Github Actions

hashtag
Automate docker image build publish

https://github.com/kipavy/debrid-client-proxy/blob/main/.github/workflows/docker-image.ymlarrow-up-right

another more complex example with testing requirement: https://github.com/Slynax/dump.fun/actions/runs/13072892669arrow-up-right

hashtag
Automate Pypi releases (test on pre-release, official on releases)

https://github.com/CEA-MetroCarac/pyvsnr/tree/main/.github/workflowsarrow-up-right

hashtag
Automate Github Pages build:

https://github.com/kipavy/trade-of-exile/blob/main/.github/workflows/deploy.ymlarrow-up-right

https://github.com/kipavy/Portfolio/blob/main/.github/workflows/nextjs.ymlarrow-up-right

hashtag
Automate flutter apk release build

https://github.com/C0gn1to/mobile/blob/master/.github/workflows/build-apk.ymlarrow-up-right

PreviousReset and Switchchevron-leftNextTips & Trickschevron-right

Last updated 8 days ago

  • Automate docker image build publish
  • Automate Pypi releases (test on pre-release, official on releases)
  • Automate Github Pages build:
  • Automate flutter apk release build