Skip to content

Commit 4d40e93

Browse files
chipitsinewlallemand
authored andcommitted
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
1 parent d3eb00e commit 4d40e93

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/quic-interop-aws-lc.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,16 @@ jobs:
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

30-
- name: Clone docker image definition
31-
run: |
32-
git clone -b aws-lc https://github.com/haproxytech/haproxy-qns
33-
3430
- name: Build and push Docker image
3531
id: push
3632
uses: docker/build-push-action@v5
3733
with:
38-
context: haproxy-qns
34+
context: https://github.com/haproxytech/haproxy-qns.git
3935
push: true
36+
build-args: |
37+
SSLLIB: AWS-LC
4038
tags: ghcr.io/${{ github.repository }}:aws-lc
4139

42-
4340
run:
4441
needs: build
4542
strategy:

0 commit comments

Comments
 (0)