Skip to content

Support for VPP 23.06 (#96) #11

Support for VPP 23.06 (#96)

Support for VPP 23.06 (#96) #11

Workflow file for this run

---
name: Release
on:
push:
tags:
- "v*"
jobs:
release:
runs-on: ubuntu-20.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: "Build images"
run: make images
- name: "List images"
run: docker images
- name: "Login to ghcr.io registry"
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.MM_PKG_WRITE }}
- name: "Push Docker images"
run: make push-images
call-vpp-test:
uses: ./.github/workflows/vpp.yml