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

Build and publish interop image to dockerhub

parent 8e61c83a
No related merge requests found
...@@ -11,12 +11,13 @@ jobs: ...@@ -11,12 +11,13 @@ jobs:
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: docker-build - name: Build and publish interop docker image
run: | uses: docker/build-push-action@v1
cd interop with:
docker build -t docker.pkg.github.com/ngtcp2/ngtcp2/ngtcp2-interop . path: interop
- name: publish username: ${{ secrets.DOCKER_USERNAME }}
run: | password: ${{ secrets.DOCKER_PASSWORD }}
docker login docker.pkg.github.com -u "nobody" -p "${{ secrets.GITHUB_TOKEN }}" repository: ngtcp2/ngtcp2-interop
docker push docker.pkg.github.com/ngtcp2/ngtcp2/ngtcp2-interop add_git_labels: true
tag_with_sha: true
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