From da308f8d8b863ce555be761899125211995c265f Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Wed, 22 Apr 2026 10:53:30 -0600 Subject: [PATCH] updated readme --- package.json | 2 +- readme.md | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2701c9f..f7964e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "container_publish", - "version": "1.0.0", + "version": "1.0.1", "description": "gitea action for publishing the latest changes to a container repository", "repository": { "type": "git", diff --git a/readme.md b/readme.md index 062f3ca..de9beab 100644 --- a/readme.md +++ b/readme.md @@ -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`. \ No newline at end of file