]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: switch QUIC Interop on AWS-LC to common docker image
authorIlia Shipitsin <chipitsine@gmail.com>
Tue, 29 Oct 2024 20:49:01 +0000 (21:49 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Oct 2024 15:45:36 +0000 (16:45 +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-aws-lc.yml

index 0620d36fe442d4df4670f3be4ab484921ab5405b..4546f95199e2c8da26a54e98b716c2fef00d4d32 100644 (file)
@@ -27,19 +27,16 @@ jobs:
           username: ${{ github.actor }}
           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
         id: push
         uses: docker/build-push-action@v5
         with:
-          context: haproxy-qns
+          context: https://github.com/haproxytech/haproxy-qns.git
           push: true
+          build-args: |
+            SSLLIB: AWS-LC
           tags: ghcr.io/${{ github.repository }}:aws-lc
 
-
   run:
     needs: build
     strategy: