Skip to content

chore: remove outdated GitHub Actions workflow for building and publi… #1

chore: remove outdated GitHub Actions workflow for building and publi…

chore: remove outdated GitHub Actions workflow for building and publi… #1

Workflow file for this run

name: Publish Auth UI
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
release:
types: ['published']
jobs:
check-files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
publish-container-image:
permissions:
id-token: write
contents: read
packages: write
attestations: write
uses: datum-cloud/actions/.github/workflows/publish-docker.yaml@v1.6.5
with:
image-name: auth-ui
secrets: inherit
publish-kustomize-bundles:
permissions:
id-token: write
contents: read
packages: write
uses: datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@1.6.5

Check failure on line 35 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish.yml" -> "datum-cloud/actions/.github/workflows/publish-kustomize-bundle.yaml@1.6.5" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
bundle-name: ghcr.io/datum-cloud/auth-ui-kustomize
bundle-path: config
secrets: inherit