Skip to content

Update go.mod and go.sum to latest version from networkservicemesh/vp… #1232

Update go.mod and go.sum to latest version from networkservicemesh/vp…

Update go.mod and go.sum to latest version from networkservicemesh/vp… #1232

Workflow file for this run

---
name: Docker push
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.yaml@main
secrets:
docker-login: ${{ secrets.DOCKER_LOGIN }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}