godot-ci/README.md
Antonio Dell'Annunziata b874dc9e12
All checks were successful
godot-ci export / Windows Export (push) Successful in 23s
godot-ci export / Linux Export (push) Successful in 19s
godot-ci export / Web Export (push) Successful in 15s
godot-ci export / Mac Export (push) Successful in 33s
Updated README.md
2025-03-02 19:04:46 +01:00

666 B

godot-ci

Forgejo action to use Godot for Continuous Integration.

Based on https://github.com/abarichello/godot-ci/tree/master

How to

Create docker image:

  1. Login to forgejo container registry: docker login git.antonio-da.dev
  2. Build docker image: docker build -t git.antonio-da.dev/antoniodell/godot-ci:<tag>, where tag is current tag +1
  3. Push to forgejo container registry: docker push git.antonio-da.dev/antoniodell/godot-ci:<tag>, where tag is the one from the previous step

Note: If you don't increase the tag, Actions could use a cached version of the container.

TODOs

  1. Create workflow to build docker image and push to forgejo repo