Skip to content

Commit 7bca17b

Browse files
authored
Merge pull request #28 from datum-cloud/feature/kustomization-manifests
Publish workload operator kustomize to OCI Repository
2 parents 7da13c3 + 7b301c2 commit 7bca17b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ on:
66
types: ['published']
77

88
jobs:
9-
publish:
9+
publish-container-image:
1010
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.0.0
1111
with:
1212
image-name: workload-operator
1313
secrets: inherit
14+
15+
publish-kustomize-bundles:
16+
permissions:
17+
id-token: write
18+
contents: read
19+
packages: write
20+
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.2.0
21+
with:
22+
bundle-name: ghcr.io/datum-cloud/workload-operator-kustomize
23+
bundle-path: config
24+
secrets: inherit

0 commit comments

Comments
 (0)