Skip to content

Commit

Permalink
Use openeo_insar:1.2 #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileSonneveld committed Feb 11, 2025
1 parent db2f9f3 commit c25ea77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openeogeotrellis/deploy/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ def _cwl_insar(args: ProcessArgs, env: EvalEnv):
f"""
cwlVersion: v1.0
class: CommandLineTool
baseCommand: insar.py
baseCommand: OpenEO_insar.py
requirements:
DockerRequirement:
dockerPull: registry.stag.warsaw.openeo.dataspace.copernicus.eu/rand/openeo_insar:latest
dockerPull: registry.stag.warsaw.openeo.dataspace.copernicus.eu/rand/openeo_insar:1.2
EnvVarRequirement:
envDef:
AWS_ACCESS_KEY_ID: {json.dumps(os.environ.get("SWIFT_ACCESS_KEY_ID", ""))}
Expand Down

0 comments on commit c25ea77

Please sign in to comment.