From 823d30b0398a8c170246649f1af394d55748a412 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 11 Jan 2021 14:45:31 +0000 Subject: [PATCH] Sync files with networkservicemesh/cmd-template This PR syncs files with https://github.com/networkservicemesh/cmd-template Revision: https://github.com/networkservicemesh/cmd-template/commits/3e2ed1603ab8c6b1b1a5107e9f1eba29a2f5810a commit 3e2ed1603ab8c6b1b1a5107e9f1eba29a2f5810a Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com> Date: Mon Jan 11 21:44:08 2021 +0700 fix: update-deployments-k8s job should wait for dockerPush (#59) * fix update-deployments-k8s job Signed-off-by: Denis Tingaikin * fix yml linter Signed-off-by: Denis Tingaikin Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b56dee3..795dafd8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,6 +214,8 @@ jobs: update-deployments-k8s: name: Update deployments-k8s runs-on: ubuntu-latest + needs: + - pushImage if: github.repository != 'networkservicemesh/cmd-template' && github.actor == 'nsmbot' && github.base_ref == 'master' && github.event_name == 'pull_request' steps: - name: Checkout ${{ github.repository }}