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

Migrate to ghcr.io

parent f64358e9
Branches
No related merge requests found
...@@ -15,9 +15,10 @@ jobs: ...@@ -15,9 +15,10 @@ jobs:
- name: Build and publish interop docker image - name: Build and publish interop docker image
uses: docker/build-push-action@v1 uses: docker/build-push-action@v1
with: with:
registry: ghcr.io
path: interop path: interop
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.GHCR_PASSWORD }}
repository: ngtcp2/ngtcp2-interop repository: ngtcp2/ngtcp2-interop
add_git_labels: true add_git_labels: true
tags: latest tags: latest
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