Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

chore: configure Claude Code datum plugins #78

chore: configure Claude Code datum plugins

chore: configure Claude Code datum plugins #78

Workflow file for this run

name: Publish Docker Image
on:
# Trigger on push
push:
# Trigger on all pull requests
pull_request:
# Trigger when a release is published
release:
types: ['published']
jobs:
publish-container-image:
permissions:
id-token: write
contents: read
packages: write
attestations: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.8.1
with:
image-name: galactic-operator
platforms: "linux/amd64,linux/arm64"
secrets: inherit
publish-kustomize-bundles:
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.6.5
with:
bundle-name: ghcr.io/datum-cloud/galactic-operator-kustomize
bundle-path: config
secrets: inherit