Skip to content

Commit 3995fa3

Browse files
scotwellsclaude
andcommitted
ci: bump datum-cloud/actions reusable workflows to v1.15.0
Update the shared CI workflows to the latest release: - validate-kustomize.yaml: v1.6.1 -> v1.15.0 - publish-docker.yaml: v1.14.0 -> v1.15.0 - publish-kustomize-bundle.yaml: v1.14.0 -> v1.15.0 Verified the callers' inputs remain compatible at v1.15.0: validate-kustomize takes no inputs; publish-docker requires only image-name (supplied); publish-kustomize-bundle requires bundle-name/bundle-path (supplied). No new required inputs were introduced. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c507fbc commit 3995fa3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
packages: write
1818
attestations: write
19-
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.14.0
19+
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.15.0
2020
with:
2121
image-name: network-services-operator
2222
platforms: linux/amd64,linux/arm64
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
contents: read
2929
packages: write
30-
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.14.0
30+
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.15.0
3131
with:
3232
bundle-name: ghcr.io/datum-cloud/network-services-operator-kustomize
3333
bundle-path: config

.github/workflows/validate-kustomize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
validate-kustomize:
8-
uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.6.1
8+
uses: datum-cloud/actions/.github/workflows/validate-kustomize.yaml@v1.15.0

0 commit comments

Comments
 (0)