Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmbot authored Jun 2, 2021
1 parent ca0a58e commit 4d4fe46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
find: "${{ github.event.repository.name }}:.*\n"
replace: "${{ github.event.repository.name }}:${{ steps.short-sha.outputs.sha }}\n"
- name: Find and Replace ${{ github.event.repository.name }}/ci version
uses: jacobtomlinson/gha-find-replace@master
with:
find: "${{ github.event.repository.name }}/ci:.*\n"
replace: "${{ github.event.repository.name }}/ci:${{ steps.short-sha.outputs.sha }}\n"
- name: Push update to the deployments-k8s
working-directory: networkservicemesh/deployments-k8s
run: |
Expand Down

0 comments on commit 4d4fe46

Please sign in to comment.