fix image yaml

This commit is contained in:
2025-12-02 21:40:53 +01:00
parent 086781fdf2
commit fb2e6c6faf
25 changed files with 2 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ steps:
repo: *repo
tags: latest
when:
event: [pull_request]
event: [push,manual]
publish:
image: docker.io/woodpeckerci/plugin-docker-buildx:latest
@@ -28,5 +28,5 @@ steps:
password:
from_secret: REGISTRY_TOKEN
when:
event: [tag]
event: [tag,manual]
branch: main