Skip to content

Commit

Permalink
Fix the hyphone
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 3, 2023
1 parent b2ba71a commit 3f5fc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/basemaps/create-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
entrypoint: main
arguments:
parameters:
- name: version-basemaps-cli
- name: version_basemaps_cli
value: "v6"
- name: location
value: "s3://bucket/path/to"
Expand All @@ -33,7 +33,7 @@ spec:
- name: location
description: Location of the imagery to create config for
container:
image: ghcr.io/linz/basemaps/cli:{{ workflow.parameters.version-basemaps-cli }}
image: ghcr.io/linz/basemaps/cli:{{ workflow.parameters.version_basemaps_cli }}
command: [node, /app/node_modules/.bin/cogify]
env:
- name: AWS_ROLE_CONFIG_PATH
Expand Down

0 comments on commit 3f5fc0d

Please sign in to comment.