We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d183c2e commit 2b70678Copy full SHA for 2b70678
1 file changed
.github/workflows/build-and-test.yaml
@@ -0,0 +1,28 @@
1
+name: Build and Test
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
7
+jobs:
8
+ publish-container-image:
9
+ permissions:
10
+ id-token: write
11
+ contents: read
12
+ packages: write
13
+ uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.5.0
14
+ with:
15
+ image-name: datum
16
+ secrets: inherit
17
18
19
+ publish-kustomize-bundles:
20
21
22
23
24
+ uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.1
25
26
+ bundle-name: ghcr.io/datum-cloud/datum-kustomize
27
+ bundle-path: config
28
0 commit comments