Lets see if the latest version of the plugin solves the issue...

This commit is contained in:
2026-02-01 19:25:11 -03:00
parent 6257e3a91e
commit b9ac9d4f22

View File

@@ -1,6 +1,5 @@
# Build and Publish Docker image (runs on push to main) # Build and Publish Docker image (runs on push to main)
# 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
# Server: WOODPECKER_PLUGINS_PRIVILEGED must include woodpeckerci/plugin-docker-buildx (or :2).
# 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:
branch: main branch: main
@@ -8,7 +7,7 @@ when:
steps: steps:
- name: Build and Publish Docker Image - name: Build and Publish Docker Image
image: woodpeckerci/plugin-docker-buildx:2 image: woodpeckerci/plugin-docker-buildx:latest
privileged: true privileged: true
settings: settings:
repo: git.mifi.dev/mifi-holdings/mail-autoconfig repo: git.mifi.dev/mifi-holdings/mail-autoconfig