We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed7588 commit 4383a45Copy full SHA for 4383a45
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
id: manifests
37
uses: mikefarah/yq@master
38
with:
39
- cmd: yq -i '.spec.sidecar.container.image = "crenshawdotdev/argocd-executor-plugin:$RELEASE_TAG"' manifests/plugin.yaml
+ cmd: yq -i '.spec.sidecar.container.image = "crenshawdotdev/argocd-executor-plugin:" + strenv(RELEASE_TAG)' manifests/plugin.yaml
40
- name: Update install manifest
41
run: |
42
# Download the binary
0 commit comments