Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da308f8d8b |
+1
-1
@@ -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",
|
||||
|
||||
@@ -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`.
|
||||
Reference in New Issue
Block a user