Skip to content

fix: publish ci

fix: publish ci #2

Workflow file for this run

name: Publish
on:
push:
pull_request:
release:
types: ['published']
jobs:
publish-docker:
name: Publish Docker Image
permissions:
id-token: write
contents: read
packages: write
attestations: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.5.1
with:
image-name: external-dns-webhook
secrets: inherit
publish-kustomize-bundle:
name: Publish Kustomize Bundle
needs: publish-docker
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@v1.5.1
with:
bundle-name: ghcr.io/datum-cloud/external-dns-webhook/deploy
bundle-path: config/base
image-overlays: config/base

Check failure on line 33 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 33, Col: 23): Invalid input, image-overlays is not defined in the referenced workflow. .github/workflows/publish.yaml (Line: 34, Col: 19): Invalid input, image-name is not defined in the referenced workflow.
image-name: ghcr.io/datum-cloud/external-dns-webhook
secrets: inherit