Skip to content

Docker

Docker #3

Workflow file for this run

name: Docker
on:
schedule:
- cron: "15 14 * * *"
push:
branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
docker:
uses: FyraLabs/actions/.github/workflows/docker.yml@main

Check failure on line 16 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / Docker

Invalid workflow file

The workflow is not valid. In .github/workflows/docker.yml (Line: 16, Col: 11): Error from called workflow FyraLabs/actions/.github/workflows/docker.yml@main (Line: 22, Col: 17): Unrecognized named-value: 'inputs'. Located at position 1 within expression: inputs.publish && 'write' || 'none' In .github/workflows/docker.yml (Line: 16, Col: 11): Error from called workflow FyraLabs/actions/.github/workflows/docker.yml@main (Line: 22, Col: 17): Unexpected value '${{ inputs.publish && 'write' || 'none' }}'
with:
publish: ${{ github.event_name != 'pull_request' }}