]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: LibreSSL QUIC Interop: fix docker context
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 30 Oct 2024 18:27:52 +0000 (19:27 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Oct 2024 18:42:31 +0000 (19:42 +0100)
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

index c83da2b47aa66f219f3a4861448c89575c28d9e3..d86b489ff89aef9e5b0cc94fa08845f764ae30f8 100644 (file)
@@ -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