attempting auto-build and push of containers
Some checks are pending
Build and Publish Docker Image / build (push) Waiting to run
Some checks are pending
Build and Publish Docker Image / build (push) Waiting to run
This commit is contained in:
parent
dab0903a8c
commit
1d903f0616
2 changed files with 69 additions and 0 deletions
21
.forgejo/variables.yml
Normal file
21
.forgejo/variables.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Required Variables for CI/CD Pipeline
|
||||
|
||||
# Variables (set in Forgejo repository settings under Variables)
|
||||
variables:
|
||||
FORGEJO_REGISTRY:
|
||||
description: "Your Forgejo registry URL (e.g., forgejo.yourdomain.com)"
|
||||
required: true
|
||||
|
||||
FORGEJO_OWNER:
|
||||
description: "Your Forgejo username or organization name"
|
||||
required: true
|
||||
|
||||
FORGEJO_USER:
|
||||
description: "Username for registry authentication"
|
||||
required: true
|
||||
|
||||
# Secrets (set in Forgejo repository settings under Secrets)
|
||||
secrets:
|
||||
FORGEJO_TOKEN:
|
||||
description: "Access token for Forgejo registry authentication"
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue