Skip to content

Use DRO Dockerfile, move to .docker folder #3

Use DRO Dockerfile, move to .docker folder

Use DRO Dockerfile, move to .docker folder #3

Workflow file for this run

name: 'Manual build without tests'
on:
workflow_dispatch:
inputs:
image_repo:
description: "Image repo to push image to"
type: string
required: true
jobs:
build:
uses: ./.github/actions/build.yaml

Check failure on line 13 in .github/workflows/manual-build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/manual-build.yaml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
with:
repository_url: ${{ inputs.image_repo }}