Merge pull request #157 from Nordix/arp_dynloglevel #495
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docker push ghcr | |
on: | |
push: | |
branches: [main] | |
jobs: | |
push: | |
if: ${{ github.repository != 'networkservicemesh/cmd-template' && (github.event.workflow_run.conclusion == 'success' && github.actor == 'nsmbot' || github.event_name == 'push') }} | |
uses: networkservicemesh/.github/.github/workflows/docker-push-ghcr.yaml@main |