From: Ilia Shipitsin Date: Tue, 29 Oct 2024 20:49:01 +0000 (+0100) Subject: CI: switch QUIC Interop on AWS-LC to common docker image X-Git-Tag: v3.1-dev11~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d40e9384c1ff1b83073539637187b2f0d81dbab;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/quic-interop-aws-lc.yml b/.github/workflows/quic-interop-aws-lc.yml index 0620d36fe4..4546f95199 100644 --- a/.github/workflows/quic-interop-aws-lc.yml +++ b/.github/workflows/quic-interop-aws-lc.yml @@ -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: