Skip to content

v2.8.5

v2.8.5 #4

Workflow file for this run

name: CD
on:
push:
paths:
- 'VERSION'
jobs:
release:
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yml@v1
with:
files: build/libs/cnm.war
secrets: inherit
docker_publish:
needs:
- release
uses: jeffersonlab/container-workflows/.github/workflows/docker-publish.yml@main
with:
semvertag: ${{ needs.release.outputs.semvertag }}
secrets: inherit
acctest_deploy:
needs:
- release
uses: jeffersonlab/general-workflows/.github/workflows/jlab-deploy-app.yml@v1

Check failure on line 26 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions / CD

Invalid workflow file

The workflow is not valid. .github/workflows/cd.yml (Line: 26, Col: 11): Input ver is required, but not provided while calling. .github/workflows/cd.yml (Line: 30, Col: 16): Invalid input, version is not defined in the referenced workflow.
with:
app: cnm
env: acctest
version: ${{ needs.release.outputs.semver }}
secrets: inherit