-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (33 loc) · 859 Bytes
/
Copy pathpublish.yml
File metadata and controls
37 lines (33 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Publish Website
on:
push:
paths-ignore:
- "README.md"
- "env.example"
- ".vscode/**"
release:
types: ["published"]
jobs:
publish-container-image:
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.12.1
with:
image-name: milo-os-com
secrets: inherit
publish-kustomize-bundles:
needs: publish-container-image
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.12.1
with:
bundle-name: ghcr.io/datum-cloud/milo-os-com-kustomize
bundle-path: config
image-overlays: config/base
image-name: ghcr.io/datum-cloud/milo-os-com
debug: true
secrets: inherit