Skip to content

DD-18: updated another one of the tag patterns #6

DD-18: updated another one of the tag patterns

DD-18: updated another one of the tag patterns #6

name: skaffold-build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected]

Check failure on line 11 in .github/workflows/skaffold-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/skaffold-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/skaffold-build.yml" -> "cyverse-de/github-workflows/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
with:
build-prerelease: ${{ contains(github.ref_name, "-rc")
secrets:
harbor-username: ${{ secrets.HARBOR_USERNAME }}
harbor-password: ${{ secrets.HARBOR_PASSWORD }}