Skip to content

Commit

Permalink
refactor: update gihub workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoonglee committed Jun 23, 2024
1 parent 6a16c91 commit 00e3579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: update yaml with yq
uses: mikefarah/yq@master
with:
cmd: yq '( select(di == 1) | .spec.template.spec.containers[0].image ) = "${{ secrets.NCP_CONTAINER_REGISTRY }}/${{ needs.ci.outputs.app_name }}:${{ needs.ci.outputs.version }}"' -i '${{ steps.branch_check.outputs.app_name }}/${{ steps.branch_check.outputs.app_name }}.yaml'
cmd: yq '( select(di == 1) | .spec.template.spec.containers[0].image ) = "${{ secrets.NCP_CONTAINER_REGISTRY }}/${{ needs.ci.outputs.app_name }}:${{ needs.ci.outputs.version }}"' -i '${{ needs.ci.outputs.app_name }}/${{ needs.ci.outputs.app_name }}.yaml'

- name: Update tag
run: |
Expand Down

0 comments on commit 00e3579

Please sign in to comment.