Skip to content

feat(controller): migrate instance event emission to the supported ev… #972

feat(controller): migrate instance event emission to the supported ev…

feat(controller): migrate instance event emission to the supported ev… #972

Workflow file for this run

name: Publish Docker Image
on:
push:
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.14.0
with:
image-name: compute
platforms: linux/amd64,linux/arm64
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.14.0
with:
bundle-name: ghcr.io/datum-cloud/compute-kustomize
bundle-path: config
image-name: ghcr.io/datum-cloud/compute
image-overlays: config/base/manager
secrets: inherit