Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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
with:
image: jsontypedef/jtd-codegen
jdt-codegen-version: v0.4.1

26 changes: 0 additions & 26 deletions .github/workflows/publish.yml

This file was deleted.