Skip to content

Workflow file for this run

name: "Generic caller test"
on:
pull_request:
paths:
- .github/workflows/caller.yml
jobs:
base-glibc-debian-bash:
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-debian-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2'
base-glibc-debian-bash:

Check failure on line 15 in .github/workflows/caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/caller.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-busybox-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2 --build-arg=busybox_version=1.36.1'