Updated README.md
This commit is contained in:
parent
70a488a868
commit
b874dc9e12
1 changed files with 8 additions and 0 deletions
|
|
@ -4,5 +4,13 @@ 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`
|
||||
1. Build docker image: `docker build -t git.antonio-da.dev/antoniodell/godot-ci:<tag>`, where tag is current tag +1
|
||||
1. 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
|
||||
Loading…
Add table
Reference in a new issue