Skip to content

Workflow file for this run

name: test
on:
workflow_dispatch:

Check failure on line 4 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 4
inputs:
release_tag:
description: 'Image tag in the format x.x.x(-rcx)'
required: true
type: string
jobs:
build_cassandra:
uses: ./.github/workflows/build_docker.yaml
with:
image_file: docker/cassandra/Dockerfile
image_name: kanisterio/cassandra
image_tag: ${{ inputs.release_tag }}
ref: ${{ inputs.release_tag }}
build-args: |
TOOLS_IMAGE=ghcr.io/kanisterio/kanister-tools:${{ inputs.release_tag }}