This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
.github/workflows/build-and-push.yml #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/build-and-push.ymlInvalid workflow file
|
||
with: | ||
image: jsontypedef/jtd-codegen | ||
jdt-codegen-version: v0.4.1 |