21 lines
625 B
Markdown
21 lines
625 B
Markdown
# container_publish
|
|
|
|
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`. |