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 c83da2b47..d86b489ff 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 -- 2.46.0.windows.1