Skip to content

Commit

Permalink
chore: fix auto deployment pipeline (eclipse-tractusx#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshsakhiya authored Jul 17, 2024
1 parent ed25c6c commit 0efa7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cfx-build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
TOKEN: ${{ steps.get_token.outputs.token }}
HELM_VALUES_PATH: "ssi-credential-issuer/dev/values.yaml"
IMAGE_TAG: ${{ steps.get_tag.outputs.main_tag }}
IMAGE_TAG_PROPERTY: '(.[\"issuer\", \"issuermigrations\", \"credentialExpiry\"].image.tag)'
IMAGE_TAG_PROPERTY: '(.[\"issuer\", \"issuermigrations\", \"credentialExpiry\", \"processesworker\"].image.tag)'
GITHUB_RUN_ID: ${{ github.run_id }}
run: |
curl -L \
Expand Down

0 comments on commit 0efa7a1

Please sign in to comment.