Merge pull request #713 from Ex4amp1e/update-go-1.23 #1085
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 |