Skip to content

Commit

Permalink
Sync files with networkservicemesh/cmd-template
Browse files Browse the repository at this point in the history
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/6c827ea0a1540fec5dde6871b4e0a96991953ca4

commit 6c827ea0a1540fec5dde6871b4e0a96991953ca4
Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com>
Date:   Tue Apr 13 22:38:28 2021 +0700

    fix docker push (#68)

    Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
  • Loading branch information
NSMBot committed Apr 13, 2021
1 parent b725cce commit 25bc506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- master
workflow_run:
types:
- completed
workflows:
- 'automerge'
jobs:
pushImage:
name: Push docker image
Expand All @@ -14,7 +19,7 @@ jobs:
ORG: networkservicemeshci
CGO_ENABLED: 0
NAME: ${{ github.event.repository.name }}
if: github.repository != 'networkservicemesh/cmd-template'
if: ${{ github.repository != 'networkservicemesh/cmd-template' && (github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.ref == 'refs/heads/master') }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
Expand Down

0 comments on commit 25bc506

Please sign in to comment.