updated readme

This commit is contained in:
2026-04-22 10:53:30 -06:00
parent e5f2ee9eda
commit da308f8d8b
2 changed files with 20 additions and 2 deletions
+19 -1
View File
@@ -1,3 +1,21 @@
# container_publish
gitea action for publishing the latest changes to a container repository
This is a Gitea action for publishing the latest changes to a container repository.
## Gitea Secrets and Variables
### (Secret) `LOGIN_PASS`
A token generated in `Settings` -> `Applications` page. Be sure to set the `Package` permission to `Read & Write`, leave all others set to `No Access`.
### (Variable) `LOGIN_USER`
The user name of the account that the `LOGIN_PASS` token was generated on.
### (Variable) `CONTAINER_DOMAIN`
The domain where the image repository is located. i.e. `git.thorup.us`.
### (Variable) `CONTAINER_NAME`
The name used to reference image. i.e. `org_name/image_name`.