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
|
||||
# Project must be set to "Trusted" in Woodpecker for the Docker build step (privileged).
|
||||
when:
|
||||
@@ -13,10 +13,12 @@ steps:
|
||||
repo: git.mifi.dev/mifi-holdings/mail-autoconfig
|
||||
registry: git.mifi.dev
|
||||
auto_tag: true
|
||||
username:
|
||||
from_secret: gitea_registry_username
|
||||
password:
|
||||
from_secret: gitea_package_token
|
||||
logins:
|
||||
- registry: git.mifi.dev
|
||||
username:
|
||||
from_secret: gitea_registry_username
|
||||
password:
|
||||
from_secret: gitea_package_token
|
||||
|
||||
- name: Send Deploy Status Notification
|
||||
image: curlimages/curl
|
||||
|
||||
Reference in New Issue
Block a user