[Drop-0.5] Complete implementation for slowpath and CI based on the new architecture of opi-evpn-br #1154
Workflow file for this run
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 | |
on: | |
workflow_dispatch: | |
workflow_call: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call: | |
uses: opiproject/actions/.github/workflows/docker-publish.yml@main | |
secrets: inherit |