mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
CI: switch QUIC Interop on AWS-LC to common docker image
previously we used different docker images for different SSL libs, now all of them are merged into one, lets switch to it
This commit is contained in:
parent
d3eb00e61d
commit
4d40e9384c
9
.github/workflows/quic-interop-aws-lc.yml
vendored
9
.github/workflows/quic-interop-aws-lc.yml
vendored
@ -27,19 +27,16 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Clone docker image definition
|
|
||||||
run: |
|
|
||||||
git clone -b aws-lc https://github.com/haproxytech/haproxy-qns
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: haproxy-qns
|
context: https://github.com/haproxytech/haproxy-qns.git
|
||||||
push: true
|
push: true
|
||||||
|
build-args: |
|
||||||
|
SSLLIB: AWS-LC
|
||||||
tags: ghcr.io/${{ github.repository }}:aws-lc
|
tags: ghcr.io/${{ github.repository }}:aws-lc
|
||||||
|
|
||||||
|
|
||||||
run:
|
run:
|
||||||
needs: build
|
needs: build
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user