Skip to content

Add new model version. #1

Add new model version.

Add new model version. #1

name: Sentinel2-Vessel-Detection
on:
workflow_dispatch: # Manual trigger
push:
tags:
- "sentinel2_vessels_v*" # Trigger only when a version tag (e.g., sentinel2_vessels_v0.0.1) is pushed
jobs:
build-and-push:
uses: allenai/rslearn_projects/.github/workflows/publish_project_docker_image.yaml@master

Check failure on line 11 in .github/workflows/sentinel2_vessel.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sentinel2_vessel.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sentinel2_vessel.yaml" -> "allenai/rslearn_projects/.github/workflows/publish_project_docker_image.yaml@master" : failed to fetch workflow: workflow was not found.
with:
rslp_project: "sentinel2_vessels"
image_name: "sentinel2-vessel-detection"
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}