Skip to content

Commit 2b70678

Browse files
committed
chore: publish artifacts
1 parent d183c2e commit 2b70678

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
permissions:
21+
id-token: write
22+
contents: read
23+
packages: write
24+
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.1
25+
with:
26+
bundle-name: ghcr.io/datum-cloud/datum-kustomize
27+
bundle-path: config
28+
secrets: inherit

0 commit comments

Comments
 (0)