1 Commits

Author SHA1 Message Date
bryce da308f8d8b updated readme 2026-04-22 10:53:30 -06:00
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "container_publish", "name": "container_publish",
"version": "1.0.0", "version": "1.0.1",
"description": "gitea action for publishing the latest changes to a container repository", "description": "gitea action for publishing the latest changes to a container repository",
"repository": { "repository": {
"type": "git", "type": "git",
+19 -1
View File
@@ -1,3 +1,21 @@
# container_publish # 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`.