Skip to content

Commit 9809928

Browse files
chipitsinewlallemand
authored andcommitted
CI: switch QUIC Interop on LibreSSL 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 4d40e93 commit 9809928

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/quic-interop-libressl.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,16 @@ jobs:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

33-
- name: Clone docker image definition
34-
run: |
35-
git clone -b libressl https://github.com/haproxytech/haproxy-qns
36-
3733
- name: Build and push Docker image
3834
id: push
3935
uses: docker/build-push-action@v5
4036
with:
4137
context: haproxy-qns
4238
push: true
39+
build-args: |
40+
SSLLIB: LibreSSL
4341
tags: ghcr.io/${{ github.repository }}:libressl
4442

45-
4643
run:
4744
needs: build
4845
strategy:

0 commit comments

Comments
 (0)