Skip to content

Commit 68e99dd

Browse files
author
Dario
committed
ci: fix typo in reading container file and context
1 parent eb3ae70 commit 68e99dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148
# shellcheck disable=SC2086
149149
echo "version-key=${{ fromJSON(steps.values.outputs.result).deployment.kubernetes.versionKey }}" >> $GITHUB_OUTPUT
150150
# shellcheck disable=SC2086
151-
echo "container-context=${{ fromJSON(steps.values.outputs.result).container.context || '.' }}" >> $GITHUB_OUTPUT
151+
echo "container-context=${{ fromJSON(steps.values.outputs.result).deployment.kubernetes.container.context || '.' }}" >> $GITHUB_OUTPUT
152152
# shellcheck disable=SC2086
153-
echo "container-file=${{ fromJSON(steps.values.outputs.result).container.file || 'Containerfile' }}" >> $GITHUB_OUTPUT
153+
echo "container-file=${{ fromJSON(steps.values.outputs.result).deployment.kubernetes.container.file || 'Containerfile' }}" >> $GITHUB_OUTPUT
154154
if [[ "${{ inputs.env }}" == 'prod' ]]
155155
then
156156
URL="${{ fromJSON(steps.values.outputs.result).deployment.kubernetes.env.prod.metadata.url }}"

0 commit comments

Comments
 (0)