mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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:
|
with:
|
||||||
always_pull: true
|
|
||||||
path: interop/
|
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: martenseemann/quic-go-interop
|
- uses: docker/build-push-action@v4
|
||||||
tags: latest
|
with:
|
||||||
tag_with_ref: true
|
context: "{{defaultContext}}:interop"
|
||||||
add_git_labels: true
|
push: true
|
||||||
|
tags: martenseemann/quic-go-interop:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue