Skip to content

Update go.mod and go.sum to latest version from networkservicemesh/sd… #869

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

Update go.mod and go.sum to latest version from networkservicemesh/sd… #869

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 }}