From 42da92147744e4cb683115f8394c98c58203d0d3 Mon Sep 17 00:00:00 2001 From: jon brookes Date: Sun, 25 Jan 2026 18:14:51 +0000 Subject: [PATCH] woodpecker config --- .woodpecker/share-lt-build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/share-lt-build.yaml b/.woodpecker/share-lt-build.yaml index fe75056..8f4df61 100644 --- a/.woodpecker/share-lt-build.yaml +++ b/.woodpecker/share-lt-build.yaml @@ -34,14 +34,15 @@ steps: - trivy image --format cyclonedx --output trivy-vuln-bom.json share-lt:test - echo "Vulnerability Summary:" - trivy image --format table share-lt:test | tee trivy-vuln-summary.txt - publish: +publish: image: woodpeckerci/plugin-docker-buildx settings: registry: quay.io repo: quay.io/marshyon/share-lt platforms: linux/amd64 + # Using the direct image name for local cache and escaped registry for remote cache_from: - - "type=registry,ref=share-lt:test" + - "share-lt:test" - "type=registry,ref=quay.io/marshyon/share-lt:latest" tags: - v0.0.2