CI: LibreSSL QUIC Interop: fix docker context
in the commit 98099287ee
building docker was switched to URL, but I forgotten to change context.
this is a followup fix.
This commit is contained in:
parent
0686fd8cfc
commit
976af317a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue