mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
ci: fix interop Docker builder (#3712)
This commit is contained in:
parent
0567a925e5
commit
ad7182ce84
1 changed files with 11 additions and 7 deletions
18
.github/workflows/build-interop-docker.yml
vendored
18
.github/workflows/build-interop-docker.yml
vendored
|
@ -8,13 +8,17 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker/build-push-action@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
always_pull: true
|
||||
path: interop/
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: martenseemann/quic-go-interop
|
||||
tags: latest
|
||||
tag_with_ref: true
|
||||
add_git_labels: true
|
||||
- uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: "{{defaultContext}}:interop"
|
||||
push: true
|
||||
tags: martenseemann/quic-go-interop:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue