Skip to content

Merge pull request #680 from datum-cloud/feat/last-modifier-date-for-… #2332

Merge pull request #680 from datum-cloud/feat/last-modifier-date-for-…

Merge pull request #680 from datum-cloud/feat/last-modifier-date-for-… #2332

Workflow file for this run

name: Publish Website
on:
push:
paths-ignore:
- "README.md"
- "env.example"
- ".vscode/**"
- "public/pagefind/**"
- "**/pagefind/**"
release:
types: ["published"]
jobs:
check-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
build-and-push:
permissions:
contents: read
packages: write
id-token: write
needs: check-files
uses: datum-cloud/actions/.github/workflows/[email protected]
with:
image-name: datum-net
target: production
extra-build-args: |
ASTRO_TELEMETRY_DISABLED=1
secrets: inherit
publish-kustomize-bundles:
permissions:
id-token: write
contents: read
packages: write
needs: build-and-push
uses: datum-cloud/actions/.github/workflows/[email protected]
with:
bundle-name: ghcr.io/datum-cloud/datum-net-kustomize
bundle-path: config/base
image-overlays: config/base
image-name: ghcr.io/datum-cloud/datum-net
secrets: inherit