A daemon that connects to a Forgejo instance and runs jobs for continuous integration. The installation and usage instructions are part of the Forgejo documentation https://forgejo.org/docs/next/admin/actions/
Find a file
ChristopherHX 994c213420 Fix docker: invalid reference format (#767)
* Fix local Docker actions: invalid reference format

* Create Dockerfile

* Create Dockerfile

* Update push.yml

* Revert "Create Dockerfile"

This reverts commit 9d1dbbc2c7fdf52963e55feb4148ac2b14d639d0.

* Fix lint

* fix: re-use image that is already present in repo

ubuntu:latest would pull unnecessary blobs from registry and count toward API limit

* fix: revert change

reverting due to issue in image deletion that will have to be investigated separately

Co-authored-by: Ryan <me@hackerc.at>
2021-08-09 18:16:31 +00:00
.github Update docs, file formatting and docker images (#766) 2021-08-09 09:07:26 -07:00
act Fix docker: invalid reference format (#767) 2021-08-09 18:16:31 +00:00
cmd Update docs, file formatting and docker images (#766) 2021-08-09 09:07:26 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00