From 658ed4260397a943aaebaf16bffe16702f9e0d62 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:06:10 +0000 Subject: [PATCH] Update rancher/ecm-distro-tools action to v0.69.1 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d27952ea..f75f786c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: run: | wget https://${{ secrets.VULNDB_SERVER }}/${TAG}/cvedb.regular -O data/cvedb.regular - name: Publish neuvector manifest - uses: rancher/ecm-distro-tools/actions/publish-image@0e1697ecc955e85ec73970b66c8984241fa84a28 # v0.69.0 + uses: rancher/ecm-distro-tools/actions/publish-image@4fcb19b689b42fbcb5f1f9e6d85fabc3e70e4a5c # v0.69.1 with: push-to-public: true push-to-prime: false @@ -51,7 +51,7 @@ jobs: public-username: ${{ env.DOCKER_USERNAME }} public-password: ${{ env.DOCKER_PASSWORD }} - name: Publish rancher manifest - uses: rancher/ecm-distro-tools/actions/publish-image@0e1697ecc955e85ec73970b66c8984241fa84a28 # v0.69.0 + uses: rancher/ecm-distro-tools/actions/publish-image@4fcb19b689b42fbcb5f1f9e6d85fabc3e70e4a5c # v0.69.1 env: IMAGE_PREFIX: neuvector- with: