]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: switch QUIC Interop on LibreSSL to common docker image
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 29 Oct 2024 20:49:02 +0000 (21:49 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Oct 2024 15:46:06 +0000 (16:46 +0100)
previously we used different docker images for different SSL libs,
now all of them are merged into one, lets switch to it

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

index d9b18e30577b7930d9c3d316a216818ae843aedf..2a9a62c9e45d8e368249f5a674b1627f2e510454 100644 (file)
@@ -30,19 +30,16 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
 
-      - name: Clone docker image definition
-        run: |
-          git clone -b libressl https://github.com/haproxytech/haproxy-qns
-
       - name: Build and push Docker image
         id: push
         uses: docker/build-push-action@v5
         with:
           context: haproxy-qns
           push: true
+          build-args: |
+            SSLLIB: LibreSSL
           tags: ghcr.io/${{ github.repository }}:libressl
 
-
   run:
     needs: build
     strategy: