This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Build and Publish Docker image (runs on push to main - deploy manually)
|
# Build and Publish Docker image
|
||||||
# Secrets required in Woodpecker: gitea_registry_username, gitea_package_token, discord_webhook_url
|
# Secrets required in Woodpecker: gitea_registry_username, gitea_package_token, discord_webhook_url
|
||||||
# Project must be set to "Trusted" in Woodpecker for the Docker build step (privileged).
|
# Project must be set to "Trusted" in Woodpecker for the Docker build step (privileged).
|
||||||
when:
|
when:
|
||||||
@@ -13,6 +13,8 @@ steps:
|
|||||||
repo: git.mifi.dev/mifi-holdings/mail-autoconfig
|
repo: git.mifi.dev/mifi-holdings/mail-autoconfig
|
||||||
registry: git.mifi.dev
|
registry: git.mifi.dev
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
logins:
|
||||||
|
- registry: git.mifi.dev
|
||||||
username:
|
username:
|
||||||
from_secret: gitea_registry_username
|
from_secret: gitea_registry_username
|
||||||
password:
|
password:
|
||||||
|
|||||||
Reference in New Issue
Block a user