Skip to content

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 (#288) #1582

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 (#288)

Bump com.gorylenko.gradle-git-properties from 2.4.1 to 2.4.2 (#288) #1582

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
permissions:
contents: write
jobs:
build:
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-build.yml@main

Check failure on line 12 in .github/workflows/gradle_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gradle_build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/gradle_build.yml" -> "Rakambda/rakambda-github-workflows/.github/workflows/gradle-build.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:
java-version: ${{ vars.JAVA_VERSION }}
docker:
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-jib-publish.yml@main
if: ${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}
needs:
- build
with:
java-version: ${{ vars.JAVA_VERSION }}
docker-image: ${{ vars.DOCKER_IMAGE }}
docker-tag: latest
secrets:
docker-repo: ${{ secrets.DOCKER_REPO }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-token: ${{ secrets.DOCKER_TOKEN }}