Skip to content

Merge pull request #67 from milo-os/fix/activity-policy-generatename-… #224

Merge pull request #67 from milo-os/fix/activity-policy-generatename-…

Merge pull request #67 from milo-os/fix/activity-policy-generatename-… #224

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: billing
registry-organization: milo-os
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.14.0
with:
bundle-name: ghcr.io/milo-os/billing-kustomize
bundle-path: config
image-overlays: config/base/manager,config/base/gateway,config/components/usage-generator
image-name: ghcr.io/milo-os/billing
secrets: inherit