Skip to content

th2-gradle-plugin 0.0.4 #27

th2-gradle-plugin 0.0.4

th2-gradle-plugin 0.0.4 #27

name: Build and publish Docker image to Github Container Registry ghcr.io
on:
push:
branches-ignore:
- master
- version-*
- dependabot**
paths-ignore:
- README.md
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@main
with:
build-target: 'Docker'
runsOn: ubuntu-latest
gradleVersion: '7'
java-version: '11'

Check failure on line 19 in .github/workflows/build-sanpshot.yml

View workflow run for this annotation

GitHub Actions / Build and publish Docker image to Github Container Registry ghcr.io

Invalid workflow file

The workflow is not valid. .github/workflows/build-sanpshot.yml (Line: 19, Col: 21): Invalid input, java-version is not defined in the referenced workflow.
docker-username: ${{ github.actor }}
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}