From: Ilia Shipitsin Date: Wed, 30 Oct 2024 18:27:52 +0000 (+0100) Subject: CI: LibreSSL QUIC Interop: fix docker context X-Git-Tag: v3.1-dev11~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=976af317a46546f1edafabe16d772243668ea9e1;p=thirdparty%2Fhaproxy.git CI: LibreSSL QUIC Interop: fix docker context in the commit https://github.com/haproxy/haproxy/commit/98099287ee37e697d1d2aaf01e19107bd064c3c6 building docker was switched to URL, but I forgotten to change context. this is a followup fix. --- diff --git a/.github/workflows/quic-interop-libressl.yml b/.github/workflows/quic-interop-libressl.yml index c83da2b47a..d86b489ff8 100644 --- a/.github/workflows/quic-interop-libressl.yml +++ b/.github/workflows/quic-interop-libressl.yml @@ -31,7 +31,7 @@ jobs: 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: LibreSSL