Skip to content

Publish Image

Publish Image #728

name: Publish Image
on:
schedule:
- cron: '22 4 * * *'
push:
branches: [ main ]
tags: [ 'v*.*.*' ]
paths:
- 'Dockerfile'
- '.github/workflows/docker-publish.yml'
- 'Entrypoint.sh'
pull_request:
branches: [ main ]
paths:
- 'Dockerfile'
- '.github/workflows/docker-publish.yml'
- 'Entrypoint.sh'
jobs:
build:

Check failure on line 19 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / Publish Image

Invalid workflow file

The workflow is not valid. .github/workflows/docker-publish.yml (Line: 19, Col: 3): Error calling workflow 'curium-rocks/flows/.github/workflows/oci-build-image.yml@main'. The nested job 'Build' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: 'OCI'
uses: curium-rocks/flows/.github/workflows/oci-build-image.yml@main
with:
registry: ghcr.io/bryopsida
image_name: k8s-dev-pod