From 976af317a46546f1edafabe16d772243668ea9e1 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 30 Oct 2024 19:27:52 +0100 Subject: [PATCH] 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. --- .github/workflows/quic-interop-libressl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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