From: Ilia Shipitsin Date: Tue, 29 Oct 2024 20:49:02 +0000 (+0100) Subject: CI: switch QUIC Interop on LibreSSL to common docker image X-Git-Tag: v3.1-dev11~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98099287ee37e697d1d2aaf01e19107bd064c3c6;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index d9b18e3057..2a9a62c9e4 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -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: