Skip to content
Snippets Groups Projects
Commit 324cdf99 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Build interop image on github workflow

parent 2af76a9e
Branches
name: interop
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: docker-build
run: |
cd interop
docker build -t docker.pkg.github.com/ngtcp2/ngtcp2/ngtcp2-interop .
- name: publish
run: |
docker login docker.pkg.github.com -u "nobody" -p "${{ secrets.GITHUB_TOKEN }}"
docker push docker.pkg.github.com/ngtcp2/ngtcp2/ngtcp2-interop
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment