Skip to content

Commit

Permalink
Adding a period as a prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Feb 6, 2024
1 parent a55f88b commit 8009279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: update dev kustomize
uses: mikefarah/yq@master
with:
cmd: yq -i 'images.[0].newTag="${{ steps.determine_version.outputs.semVer }}"' 'k8s/overlays/dev/kustomization.yaml'
cmd: yq -i '.images.[0].newTag = "${{ steps.determine_version.outputs.semVer }}"' 'k8s/overlays/dev/kustomization.yaml'
- name: commit the kustomize change
uses: devops-infra/action-commit-push@master
with:
Expand Down

0 comments on commit 8009279

Please sign in to comment.