Skip to content

Commit

Permalink
path experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadesh619 committed Jan 6, 2024
1 parent a5e6cc6 commit 6cc2cd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ jobs:
with:
file_path: "./"
file_name: deployment.yaml
yaml_key: image
yaml_key: 'spec.template.spec.containers.0.image'
yaml_value: welcome-app:${{ env.IMG_TAG }}
- name: result check
run: |
echo "see file content changed or not :)"
pwd
ls -la
cat deployment.yaml

0 comments on commit 6cc2cd7

Please sign in to comment.