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,10 +13,12 @@ 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
|
||||||
username:
|
logins:
|
||||||
from_secret: gitea_registry_username
|
- registry: git.mifi.dev
|
||||||
password:
|
username:
|
||||||
from_secret: gitea_package_token
|
from_secret: gitea_registry_username
|
||||||
|
password:
|
||||||
|
from_secret: gitea_package_token
|
||||||
|
|
||||||
- name: Send Deploy Status Notification
|
- name: Send Deploy Status Notification
|
||||||
image: curlimages/curl
|
image: curlimages/curl
|
||||||
|
|||||||
Reference in New Issue
Block a user