From 4d4fe468d2a6ed42ef66f8aecd7e2f186c2c2876 Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:57:05 -0500 Subject: [PATCH] Sync files with networkservicemesh/cmd-template --- .github/workflows/update-deployments.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/update-deployments.yaml b/.github/workflows/update-deployments.yaml index 16b578f..a5192e8 100644 --- a/.github/workflows/update-deployments.yaml +++ b/.github/workflows/update-deployments.yaml @@ -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: |