From cef3c62b8ac92218b794dee390faad6c594425e2 Mon Sep 17 00:00:00 2001 From: Scot Wells Date: Tue, 12 May 2026 12:48:11 -0500 Subject: [PATCH] chore: bump datum-cloud/actions to v1.14.0 Bump publish-docker.yaml from v1.13.1 and publish-kustomize-bundle.yaml from v1.5.1 to v1.14.0. The v1.14.0 kustomize bundle action adds a v0.0.0- prefix to published tags (e.g. v0.0.0-main-20260512-120000), making them semver-compatible. This allows the infra repo's staging OCIRepository to use semver range filtering instead of pinned tags for automatic updates. --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 99845ec..ffc3cb2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -16,7 +16,7 @@ jobs: contents: read packages: write attestations: write - uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.13.1 + uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.14.0 with: image-name: network-services-operator platforms: linux/amd64,linux/arm64 @@ -27,7 +27,7 @@ jobs: id-token: write contents: read packages: write - uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.1 + uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.14.0 with: bundle-name: ghcr.io/datum-cloud/network-services-operator-kustomize bundle-path: config