Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
name: Build and Deploy Docker Image to Nexus
on:
push:
workflow_dispatch:
inputs:
version:
type: string
description: Released version of jtd-codegen to retrieve from public repo and build into the docker image
required: true
default: v0.4.1
jobs:
workflow-run:
secrets: inherit
uses: measuresforjustice/docker-builds/.github/workflows/build-and-push-single.yml@main

Check failure on line 15 in .github/workflows/build-and-push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-push.yml" -> "measuresforjustice/docker-builds/.github/workflows/build-and-push-single.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
image: jsontypedef/jtd-codegen
jdt-codegen-version: 'v0.4.1'