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
|
id: push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: haproxy-qns
|
context: https://github.com/haproxytech/haproxy-qns.git
|
||||||
push: true
|
push: true
|
||||||
build-args: |
|
build-args: |
|
||||||
SSLLIB: LibreSSL
|
SSLLIB: LibreSSL
|
||||||
|
|
Loading…
Reference in New Issue